diff options
| author | 2022-08-07 18:19:16 +0200 | |
|---|---|---|
| committer | 2022-08-07 18:19:16 +0200 | |
| commit | 879b4abde722cb66463ca81a4cf6ac5465ef276d (patch) | |
| tree | cdbd98840bca27317ad0860a194072671ed04ebe /go.mod | |
| parent | [feature] Photoswipe gallery (#740) (diff) | |
| download | gotosocial-879b4abde722cb66463ca81a4cf6ac5465ef276d.tar.xz | |
[bugfix] Markdown formatting updates (#743)
* add minify dependency specifically for markdown
* rearrange markdown formatting
* update markdown tests
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,7 @@ require ( github.com/superseriousbusiness/activity v1.1.0-gts github.com/superseriousbusiness/exif-terminator v0.3.0 github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB + github.com/tdewolff/minify/v2 v2.12.0 github.com/uptrace/bun v1.1.3 github.com/uptrace/bun/dialect/pgdialect v1.1.3 github.com/uptrace/bun/dialect/sqlitedialect v1.1.3 @@ -120,6 +121,7 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.2.0 // indirect github.com/superseriousbusiness/go-jpeg-image-structure/v2 v2.0.0-20220321154430-d89a106fdabe // indirect + github.com/tdewolff/parse/v2 v2.6.1 // indirect github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/ugorji/go/codec v1.2.7 // indirect github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |
