We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07eed2a commit 35c0d3cCopy full SHA for 35c0d3c
go.mod
@@ -1 +1,5 @@
1
module github.com/DATA-DOG/go-sqlmock
2
+
3
+go 1.16
4
5
+require github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
go.sum
@@ -0,0 +1,2 @@
+github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46 h1:veS9QfglfvqAw2e+eeNT/SbGySq8ajECXJ9e4fPoLhY=
+github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46/go.mod h1:yyMNCyc/Ib3bDTKd379tNMpB/7/H5TjM2Y9QJ5THLbE=
0 commit comments