mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 00:17:35 -06:00
Text/status parsing fixes (#141)
* aaaaaa * vendor minify * update + test markdown parsing
This commit is contained in:
parent
ff406be68f
commit
ce190d867c
56 changed files with 7390 additions and 45 deletions
14
vendor/github.com/tdewolff/minify/v2/go.mod
generated
vendored
Normal file
14
vendor/github.com/tdewolff/minify/v2/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module github.com/tdewolff/minify/v2
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/fsnotify/fsnotify v1.4.9
|
||||
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/tdewolff/parse/v2 v2.5.19
|
||||
github.com/tdewolff/test v1.0.6
|
||||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue