summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-03-02 22:52:31 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-03-02 22:52:31 +0100
commitbe1b631681ae1bc588c9002f1bedfcc01a7bb153 (patch)
tree5d66376080520cba36b7e53b5090ae12216cedc4 /go.mod
parentstart implementing db interface (diff)
downloadgotosocial-be1b631681ae1bc588c9002f1bedfcc01a7bb153.tar.xz
More messing around
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 6ea32f53b..474914cf6 100644
--- a/go.mod
+++ b/go.mod
@@ -9,9 +9,9 @@ require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
+ github.com/sirupsen/logrus v1.8.0
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect