mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-20 10:26:37 -06:00
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman * fix build * [no-release-notes] bump * tidy * fix license * test driver mod * try updating work sum --------- Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
27 lines
714 B
Modula-2
27 lines
714 B
Modula-2
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver
|
|
|
|
go 1.22.5
|
|
|
|
toolchain go1.22.7
|
|
|
|
require (
|
|
github.com/dolthub/dolt/go v0.40.4
|
|
github.com/google/uuid v1.6.0
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/sync v0.7.0
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/creasty/defaults v1.6.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.2-0.20231213112541-0004702b931d // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
)
|
|
|
|
replace github.com/dolthub/dolt/go => ../../go/
|