diff options
| author | 2021-09-08 20:22:24 +0100 | |
|---|---|---|
| committer | 2021-09-08 20:22:24 +0100 | |
| commit | 299801f299737364cdd3e5a526bd40df5c48ca93 (patch) | |
| tree | 2d0926cdcf3088781842a83fd8ed50593006ccc2 /go.mod | |
| parent | rework media processing a little bit (#191) (diff) | |
| parent | update bun library -> v1.0.4 (diff) | |
| download | gotosocial-299801f299737364cdd3e5a526bd40df5c48ca93.tar.xz | |
Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library
update bun library -> v1.0.4
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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 @@ -55,7 +55,7 @@ require ( golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 golang.org/x/mod v0.5.0 // indirect golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 - golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect + golang.org/x/sys v0.0.0-20210908160347-a851e7ddeee0 // indirect golang.org/x/text v0.3.6 golang.org/x/tools v0.1.5 // indirect google.golang.org/appengine v1.6.7 // indirect |
