Code generation for structs for tables

This commit is contained in:
Pavle Kosutic
2021-12-10 09:19:47 +01:00
committed by Michal Jan Matczuk
parent 3e151149a0
commit 2942397ab6
5 changed files with 149 additions and 5 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/scylladb/gocqlx/v2
go 1.17
require (
github.com/gocql/gocql v0.0.0-20200131111108-92af2e088537
github.com/gocql/gocql v0.0.0-20211015133455-b225f9b53fa1
github.com/google/go-cmp v0.5.4
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef
github.com/scylladb/go-reflectx v1.0.1
@@ -12,7 +12,7 @@ require (
)
require (
github.com/golang/snappy v0.0.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
)