1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-06 21:46:11 +02:00
go-sqlxmock/go.mod
2020-10-22 11:52:57 +03:00

9 lines
157 B
Modula-2

module github.com/DATA-DOG/go-sqlmock
go 1.15
require (
github.com/jmoiron/sqlx v1.2.0
github.com/kisielk/sqlstruct v0.0.0-20150923205031-648daed35d49
)