-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.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/Footters/hex-footters
go 1.12
require (
github.com/denisenkom/go-mssqldb v0.0.0-20190401154936-ce35bd87d4b3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/go-kit/kit v0.8.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/gorilla/mux v1.7.0
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/soheilhy/cmux v0.1.4
github.com/src-d/proteus v1.3.3 // indirect
github.com/stretchr/testify v1.3.0
google.golang.org/grpc v1.19.0
gopkg.in/src-d/go-parse-utils.v1 v1.1.2 // indirect
gopkg.in/src-d/proteus.v1 v1.3.3 // indirect
)