forked from netlify/git-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (36 loc) · 1.92 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
38
module github.com/netlify/git-gateway
go 1.12
require (
cloud.google.com/go v0.0.0-20170815214851-06f11fffc537 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20170623214735-571947b0f240
github.com/davecgh/go-spew v0.0.0-20160907170601-6d212800a42e // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190909000816-272160613861 // indirect
github.com/dgrijalva/jwt-go v3.0.0+incompatible
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-chi/chi v3.1.4+incompatible
github.com/go-sql-driver/mysql v1.3.0
github.com/golang/protobuf v0.0.0-20170816001514-ab9f9a6dab16 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/gorm v0.0.0-20170723080543-5b8c0dd6b92d
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d // indirect
github.com/jinzhu/now v1.0.1 // indirect
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
github.com/kelseyhightower/envconfig v1.3.0
github.com/lib/pq v0.0.0-20170810061220-e42267488fe3
github.com/mattn/go-sqlite3 v1.1.0
github.com/pborman/uuid v0.0.0-20160209185913-a97ce2ca70fa
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 // indirect
github.com/rs/cors v0.0.0-20170608165155-8dd4211afb5d
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/sirupsen/logrus v0.0.0-20170713114250-a3f95b5c4235
github.com/spf13/cobra v0.0.0-20170820023359-4a7b7e65864c
github.com/spf13/pflag v1.0.0 // indirect
github.com/stretchr/testify v1.1.4
golang.org/x/net v0.0.0-20170809000501-1c05540f6879 // indirect
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/text v0.0.0-20170814122439-e56139fd9c5b // indirect
google.golang.org/api v0.0.0-20170817203427-ed10e890a836 // indirect
google.golang.org/appengine v0.0.0-20170814190942-d9a072cfa7b9 // indirect
)