1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2024-11-21 17:17:08 +02:00

add dependency to go.mod

This commit is contained in:
Ajitem Sahasrabuddhe 2021-05-30 13:15:32 +05:30
parent 07eed2a098
commit 35c0d3c10b
No known key found for this signature in database
GPG Key ID: B43D4BA8C1129D37
2 changed files with 6 additions and 0 deletions

4
go.mod
View File

@ -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
View 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=