Skip to content

Commit 35c0d3c

Browse files
add dependency to go.mod
1 parent 07eed2a commit 35c0d3c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46 h1:veS9QfglfvqAw2e+eeNT/SbGySq8ajECXJ9e4fPoLhY=
2+
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46/go.mod h1:yyMNCyc/Ib3bDTKd379tNMpB/7/H5TjM2Y9QJ5THLbE=

0 commit comments

Comments
 (0)