Fix schemagen and test generated code
This commit is contained in:
committed by
Sylwia Szunejko
parent
fcd76082db
commit
653faf1e03
18
cmd/schemagen/testdata/go.mod
vendored
Normal file
18
cmd/schemagen/testdata/go.mod
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
module schemagentest
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
|
||||
github.com/google/go-cmp v0.5.4
|
||||
github.com/scylladb/gocqlx/v2 v2.8.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
||||
github.com/scylladb/go-reflectx v1.0.1 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
)
|
||||
|
||||
replace github.com/gocql/gocql => github.com/scylladb/gocql v1.14.0
|
||||
Reference in New Issue
Block a user