summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-02 18:26:30 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-02 18:26:30 +0100
commitd8e8d44d4778bfd3f9e63488edc696e004edfb15 (patch)
treef5783e994de7abf968866e904741e112c124864e /go.mod
parentMessing around a bit (diff)
downloadgotosocial-d8e8d44d4778bfd3f9e63488edc696e004edfb15.tar.xz
start implementing db interface
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f76987703..6ea32f53b 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,18 @@ go 1.16
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-fed/activity v1.0.0
+ github.com/go-pg/pg v8.0.7+incompatible
+ 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/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
+ golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
+ google.golang.org/protobuf v1.25.0 // indirect
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
+ mellium.im/sasl v0.2.1 // indirect
)