mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 21:59:01 -05:00
253614d8ba
Bumps gopkg.in/yaml.v3 from 3.0.0 to 3.0.1. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
340 B
Modula-2
16 lines
340 B
Modula-2
module github.com/dolthub/dolt/integration-tests/transactions
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gocraft/dbr/v2 v2.7.3
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|