Skip to content

Commit

Permalink
fix(deps): update module github.com/data-dog/go-txdb to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 31, 2024
1 parent 3abb346 commit 886823e
Show file tree
Hide file tree
Showing 2 changed files with 2,739 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ go 1.16
replace github.com/cucumber/godog => ../

require (
github.com/DATA-DOG/go-txdb v0.1.6
github.com/DATA-DOG/go-txdb v0.1.9
github.com/cucumber/godog v0.14.1
github.com/go-sql-driver/mysql v1.7.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.4
)

require (
github.com/kr/pretty v0.3.0 // indirect
github.com/lib/pq v1.10.3 // indirect
)
require github.com/kr/pretty v0.3.0 // indirect
Loading

0 comments on commit 886823e

Please sign in to comment.