mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-23 03:00:00 -06:00
16 lines
355 B
Modula-2
16 lines
355 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
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|