forked from turbine/migrate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 825 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/healthimation/migrate
go 1.15
require (
github.com/aws/aws-sdk-go v1.35.33 // indirect
github.com/divideandconquer/go-consul-client v0.0.0-20180130194757-f32091db2bf4 // indirect
github.com/fatih/color v1.5.1-0.20170926111411-5df930a27be2
github.com/go-sql-driver/mysql v1.2.1-0.20161020111133-dbc3fe23a4ac
github.com/gocql/gocql v0.0.0-20180113133114-697e7c57f99b
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/healthimation/go-aws-config v0.0.0-20171201195501-04e82c466421
github.com/lib/pq v0.0.0-20180118035737-27ea5d92de30
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/turbine/migrate v1.2.1-0.20161104153942-9088c0b61e00
gopkg.in/inf.v0 v0.9.0 // indirect
)