-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.17 KB
/
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
25
26
27
28
29
30
module github.com/moapis/imageapi
go 1.13
require (
github.com/anthonynsimon/bild v0.11.1
github.com/friendsofgo/errors v0.9.2
github.com/go-ini/ini v1.51.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.2.0
github.com/minio/minio-go v6.0.14+incompatible
github.com/moapis/authenticator v0.0.0-20191210214244-cd6df3476e77
github.com/pascaldekloe/jwt v1.6.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/sqlboiler v3.6.1+incompatible
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
google.golang.org/grpc v1.25.1
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)