mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-03-19 20:57:50 +02:00
add dependency to go.mod
This commit is contained in:
parent
07eed2a098
commit
35c0d3c10b
4
go.mod
4
go.mod
@ -1 +1,5 @@
|
||||
module github.com/DATA-DOG/go-sqlmock
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
|
||||
|
2
go.sum
Normal file
2
go.sum
Normal file
@ -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=
|
Loading…
x
Reference in New Issue
Block a user