mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 18:59:02 -06:00
14 lines
387 B
Modula-2
14 lines
387 B
Modula-2
module github.com/dolthub/dolt/integration-tests/transactions
|
|
|
|
go 1.17
|
|
|
|
require github.com/go-sql-driver/mysql v1.6.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/gocraft/dbr/v2 v2.7.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|