1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-03-19 20:57:50 +02:00

support go 1.15

go versions 1.14 and below are unsupported as per https://golang.org/doc/devel/release#policy and hence the library does not support them either
This commit is contained in:
Ajitem Sahasrabuddhe 2021-05-30 13:19:48 +05:30
parent 2df2d8867c
commit caefcfd920
No known key found for this signature in database
GPG Key ID: B43D4BA8C1129D37

2
go.mod
View File

@ -1,5 +1,5 @@
module github.com/DATA-DOG/go-sqlmock
go 1.16
go 1.15
require github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46