diff options
| author | 2021-09-08 21:26:32 +0100 | |
|---|---|---|
| committer | 2021-09-08 21:26:32 +0100 | |
| commit | a027da0ac9b6aa10fe26a7a0c5eea35859b1c270 (patch) | |
| tree | 23b954a01a64f2751b3f774052c296fcaa8068e3 /go.mod | |
| parent | Merge pull request #196 from NyaaaWhatsUpDoc/update/oauth-library (diff) | |
| parent | Merge remote-tracking branch 'upstream/main' into update/sqlite-library (diff) | |
| download | gotosocial-a027da0ac9b6aa10fe26a7a0c5eea35859b1c270.tar.xz | |
Merge pull request #198 from NyaaaWhatsUpDoc/update/sqlite-library
Update/sqlite library
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -33,7 +33,7 @@ require ( github.com/jackc/pgx/v4 v4.13.0 github.com/json-iterator/go v1.1.11 // indirect github.com/leodido/go-urn v1.2.1 // indirect - github.com/mattn/go-isatty v0.0.13 // indirect + github.com/mattn/go-isatty v0.0.14 // indirect github.com/microcosm-cc/bluemonday v1.0.15 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect @@ -62,8 +62,6 @@ require ( gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect - modernc.org/ccgo/v3 v3.10.1 // indirect - modernc.org/libc v1.10.0 // indirect - modernc.org/sqlite v1.12.0 + modernc.org/sqlite v1.13.0 mvdan.cc/xurls/v2 v2.3.0 ) |
