diff options
author | 2021-09-12 10:10:24 +0100 | |
---|---|---|
committer | 2021-09-12 10:10:24 +0100 | |
commit | f6492d12d948507021bbe934de94e87e20464c01 (patch) | |
tree | 6705d6ef6f3c4d70f3b3ebc77c2960d8e508cf37 /go.mod | |
parent | Merge pull request #213 from superseriousbusiness/alpine+node_upstep (diff) | |
parent | fix keys used to access storage items (diff) | |
download | gotosocial-f6492d12d948507021bbe934de94e87e20464c01.tar.xz |
Merge pull request #214 from NyaaaWhatsUpDoc/improvement/update-storage-library
add git.iim.gay/grufwub/go-store for storage backend, replacing blob.Storage
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,7 @@ module github.com/superseriousbusiness/gotosocial go 1.17 require ( + git.iim.gay/grufwub/go-store v0.4.1 github.com/ReneKroon/ttlcache v1.7.0 github.com/buckket/go-blurhash v1.1.0 github.com/coreos/go-oidc/v3 v3.0.0 @@ -41,6 +42,13 @@ require ( ) require ( + git.iim.gay/grufwub/fastpath v0.2.2 // indirect + git.iim.gay/grufwub/go-bufpool v0.2.1 // indirect + git.iim.gay/grufwub/go-bytes v0.7.0 // indirect + git.iim.gay/grufwub/go-errors v0.2.3 // indirect + git.iim.gay/grufwub/go-hashenc v0.3.0 // indirect + git.iim.gay/grufwub/go-mutexes v0.5.0 // indirect + git.iim.gay/grufwub/go-nowish v0.3.4 // indirect github.com/aymerick/douceur v0.2.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect @@ -61,6 +69,7 @@ require ( github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect github.com/golang/protobuf v1.5.2 // indirect + github.com/golang/snappy v0.0.3 // indirect github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/css v1.0.0 // indirect github.com/gorilla/securecookie v1.1.1 // indirect |