Revert "Replace gocql => github.com/scylladb/gocql"
This reverts commit 3e60935d2a.
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,14 +1,14 @@
|
||||
module github.com/scylladb/gocqlx
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
|
||||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/gocql/gocql v0.0.0-00010101000000-000000000000
|
||||
github.com/gocql/gocql v0.0.0-20190423091413-b99afaf3b163
|
||||
github.com/golang/snappy v0.0.1 // indirect
|
||||
github.com/google/go-cmp v0.2.0
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/scylladb/go-reflectx v1.0.1
|
||||
github.com/stretchr/testify v1.3.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1
|
||||
)
|
||||
|
||||
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.3.1
|
||||
|
||||
Reference in New Issue
Block a user