-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 951 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/mikibot/imghoard
go 1.12
require (
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/bwmarrin/snowflake v0.0.0-20180412010544-68117e6bbede
github.com/getsentry/sentry-go v0.7.0
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.9
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.0.0
github.com/minio/minio-go/v6 v6.0.40
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
github.com/savsgio/atreugo/v11 v11.5.0
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191108224745-0a56756db3fa // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.50.0 // indirect
)