summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 4feebda3d..c9d67c45d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,22 +3,22 @@ module github.com/gotosocial/gotosocial
go 1.16
require (
- github.com/gin-gonic/gin v1.6.3 // indirect
+ github.com/gin-gonic/gin v1.6.3
github.com/go-fed/activity v1.0.0
- github.com/go-oauth2/oauth2/v4 v4.2.0 // indirect
github.com/go-pg/pg/extra/pgdebug v0.2.0
github.com/go-pg/pg/v10 v10.8.0
+ github.com/golang/mock v1.4.4 // indirect
github.com/google/uuid v1.2.0 // indirect
+ github.com/gotosocial/oauth2/v4 v4.2.1-0.20210315164102-1f7842217e57
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
github.com/tidwall/btree v0.4.2 // indirect
github.com/tidwall/buntdb v1.2.0 // indirect
github.com/tidwall/pretty v1.1.0 // indirect
- github.com/tidwall/rtree v1.2.7 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
- golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.3.0
)