File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/choonkeat/dbmigrate
3
3
go 1.14
4
4
5
5
require (
6
- github.com/MichaelS11/go-cql-driver v0.0.0-20190914174813-cf3b3196aa43
6
+ github.com/MichaelS11/go-cql-driver v0.0.0-20200913064606-22a9d51829da // indirect
7
7
github.com/derekparker/trie v0.0.0-20180212171413-e608c2733dc7
8
8
github.com/go-sql-driver/mysql v1.4.1
9
9
github.com/gocql/gocql v0.0.0-20200624222514-34081eda590e // indirect
Original file line number Diff line number Diff line change 1
1
github.com/MichaelS11/go-cql-driver v0.0.0-20190914174813-cf3b3196aa43 h1:G4RmbeBfV1OXJYhmqcU7onWWwIEiLMr5RvsAe/1yIkA =
2
2
github.com/MichaelS11/go-cql-driver v0.0.0-20190914174813-cf3b3196aa43 /go.mod h1:nW8K1gl1mu8o29Ns1Sv/EvYe9BBrh1T/GqucnYcO9PI =
3
+ github.com/MichaelS11/go-cql-driver v0.0.0-20200913064606-22a9d51829da h1:Fb6EirufEdNg2aLCad4FPAoGFcnUA6FqRuS6+zwQGg4 =
4
+ github.com/MichaelS11/go-cql-driver v0.0.0-20200913064606-22a9d51829da /go.mod h1:nW8K1gl1mu8o29Ns1Sv/EvYe9BBrh1T/GqucnYcO9PI =
3
5
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 h1:mXoPYz/Ul5HYEDvkta6I8/rnYM5gSdSV2tJ6XbZuEtY =
4
6
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 /go.mod h1:NOuUCSz6Q9T7+igc/hlvDOUdtWKryOrtFyIVABv/p7k =
5
7
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY =
6
8
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 /go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4 =
9
+ github.com/choonkeat/go-cql-driver v0.0.0-20200911061401-46bdfd182e1a /go.mod h1:JyYLXBhGdUB6rlWn4piMpiqfWBlk6W2IvTBT/Pz0Oso =
7
10
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
8
11
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9
12
github.com/derekparker/trie v0.0.0-20180212171413-e608c2733dc7 h1:Cab9yoTQh1TxObKfis1DzZ6vFLK5kbeenMjRES/UE3o =
You can’t perform that action at this time.
0 commit comments