Files
dolt/integration-tests/go-sql-server-driver/go.mod
T
Dustin Brown baedb70771 [auto-bump] [no-release-notes] dependency by max-hoffman (#4888)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* go mod update

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2022-11-29 19:52:18 -08:00

20 lines
484 B
Modula-2

module github.com/dolthub/dolt/integration-tests/go-sql-server-driver
go 1.19
require (
github.com/dolthub/dolt/go v0.40.4
github.com/stretchr/testify v1.8.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/creasty/defaults v1.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.2.0 // indirect
)
replace github.com/dolthub/dolt/go => ../../go/