diff options
| author | 2022-11-15 16:53:19 +0100 | |
|---|---|---|
| committer | 2022-11-15 16:53:19 +0100 | |
| commit | 1f256e288b876fcd58093068150e0542acc82b32 (patch) | |
| tree | 0af518fa106a81d5b987f16a8dbd71fd2ad09a53 /go.mod | |
| parent | [bugfix] Fix unicode-unaware word boundary check in hashtags (#1049) (diff) | |
| download | gotosocial-1f256e288b876fcd58093068150e0542acc82b32.tar.xz | |
[chore] refactor test/cliparsing.sh into a go test below internal/config (#1036)
Also adds AddGlobalFlags and AddServerFlags as methods on ConfigState,
very useful for testing.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,6 +55,7 @@ require ( golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 golang.org/x/text v0.4.0 gopkg.in/mcuadros/go-syslog.v2 v2.3.0 + gopkg.in/yaml.v3 v3.0.1 modernc.org/sqlite v1.18.2 mvdan.cc/xurls/v2 v2.4.0 ) @@ -142,7 +143,6 @@ require ( gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/square/go-jose.v2 v2.6.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect lukechampine.com/uint128 v1.2.0 // indirect modernc.org/cc/v3 v3.38.1 // indirect modernc.org/ccgo/v3 v3.16.9 // indirect |
