Skip to content

Commit 1c1f3c9

Browse files
build(deps): bump github.com/thrasher-corp/sqlboiler
Bumps [github.com/thrasher-corp/sqlboiler](https://github.com/thrasher-corp/sqlboiler) from 1.0.1-0.20191001234224-71e17f37a85e to 3.5.0+incompatible. - [Release notes](https://github.com/thrasher-corp/sqlboiler/releases) - [Commits](https://github.com/thrasher-corp/sqlboiler/commits) --- updated-dependencies: - dependency-name: github.com/thrasher-corp/sqlboiler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5df4876 commit 1c1f3c9

File tree

2 files changed

+6
-80
lines changed

2 files changed

+6
-80
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/spf13/viper v1.15.0
2020
github.com/thrasher-corp/gct-ta v0.0.0-20200623072738-f2b55b7f9f41
2121
github.com/thrasher-corp/goose v2.7.0-rc4.0.20191002032028-0f2c2a27abdb+incompatible
22-
github.com/thrasher-corp/sqlboiler v1.0.1-0.20191001234224-71e17f37a85e
22+
github.com/thrasher-corp/sqlboiler v3.5.0+incompatible
2323
github.com/urfave/cli/v2 v2.24.4
2424
github.com/volatiletech/null v8.0.0+incompatible
2525
golang.org/x/crypto v0.6.0
@@ -31,6 +31,7 @@ require (
3131
)
3232

3333
require (
34+
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
3435
github.com/boombuler/barcode v1.0.1 // indirect
3536
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
3637
github.com/friendsofgo/errors v0.9.2 // indirect

0 commit comments

Comments
 (0)