reflectx: bump go-reflectx version to v1.0.1
Modules files are also updated by "go mod tidy".
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,7 +1,12 @@
|
||||
module github.com/scylladb/gocqlx
|
||||
|
||||
require (
|
||||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
|
||||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
||||
github.com/gocql/gocql v0.0.0-20181124151448-70385f88b28b
|
||||
github.com/google/go-cmp v0.2.0
|
||||
github.com/scylladb/go-reflectx v1.0.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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user