mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-09 01:56:30 -05:00
16 lines
339 B
Modula-2
16 lines
339 B
Modula-2
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/stretchr/testify v1.8.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|