-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
37 lines (34 loc) · 1.49 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
31
32
33
34
35
36
37
module github.com/WeTrustPlatform/blockform
// +heroku goVersion go1.17
go 1.17
require (
github.com/aws/aws-sdk-go v1.16.26
github.com/digitalocean/godo v1.7.3
github.com/jinzhu/gorm v1.9.2
github.com/joho/godotenv v1.4.0
github.com/sethvargo/go-password v0.0.0-20181009021009-68ac5879751a
goji.io v2.0.2+incompatible
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c
google.golang.org/api v0.1.0
)
require (
cloud.google.com/go v0.35.1 // indirect
github.com/denisenkom/go-mssqldb v0.11.0 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gofrs/uuid v4.1.0+incompatible // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
google.golang.org/appengine v1.4.0 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)