diff options
| author | 2021-09-08 21:13:54 +0100 | |
|---|---|---|
| committer | 2021-09-08 21:13:54 +0100 | |
| commit | 6a2d0d9508392425392738743fa4dd5b5d93bdb4 (patch) | |
| tree | 2c076235c197acbb9080745fc79a4b41aaa5452e /go.mod | |
| parent | update sqlite library -> v1.13.0 (diff) | |
| parent | Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library (diff) | |
| download | gotosocial-6a2d0d9508392425392738743fa4dd5b5d93bdb4.tar.xz | |
Merge remote-tracking branch 'upstream/main' into update/sqlite-library
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require ( github.com/superseriousbusiness/oauth2/v4 v4.3.0-SSB github.com/tdewolff/minify/v2 v2.9.21 github.com/tidwall/buntdb v1.2.4 // indirect - github.com/uptrace/bun v0.4.3 + github.com/uptrace/bun v1.0.4 github.com/uptrace/bun/dialect/pgdialect v0.4.3 github.com/uptrace/bun/dialect/sqlitedialect v0.4.3 github.com/urfave/cli/v2 v2.3.0 |
