summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-02-07 15:22:55 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-07 15:22:55 +0100
commit40be88ec609c9b5352cbb7d38fd70ff7c6a233a5 (patch)
tree059e1c01cc649a72f0d1a63334362a96b3788f4d /go.mod
parent[feature] add authorization to the already-existing authentication (#365) (diff)
downloadgotosocial-40be88ec609c9b5352cbb7d38fd70ff7c6a233a5.tar.xz
[chore] Drone config update (#383)
* go mod tidy * reformat triggers * add drone build status to readme
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 019607977..e7df8672e 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/superseriousbusiness/gotosocial
go 1.17
require (
+ codeberg.org/gruf/go-errors v1.0.4
codeberg.org/gruf/go-store v1.1.5
github.com/ReneKroon/ttlcache v1.7.0
github.com/buckket/go-blurhash v1.1.0
@@ -45,7 +46,6 @@ require (
require (
codeberg.org/gruf/go-bytes v1.0.2 // indirect
- codeberg.org/gruf/go-errors v1.0.4 // indirect
codeberg.org/gruf/go-fastpath v1.0.2 // indirect
codeberg.org/gruf/go-hashenc v1.0.1 // indirect
codeberg.org/gruf/go-logger v1.3.2 // indirect