fix(deps): update all dependencies to v1 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
cmd/schemagen/testdata/go.mod
vendored
4
cmd/schemagen/testdata/go.mod
vendored
@@ -3,13 +3,13 @@ module schemagentest
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
|
||||
github.com/gocql/gocql v1.7.0
|
||||
github.com/google/go-cmp v0.6.0
|
||||
github.com/scylladb/gocqlx/v3 v3.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/golang/snappy v1.0.0 // 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
|
||||
|
||||
Reference in New Issue
Block a user