Skip to content

Commit

Permalink
build(deps): bump github.com/rubenv/sql-migrate
Browse files Browse the repository at this point in the history
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate) from 0.0.0-20211023115951-9f02b1e13857 to 1.5.2.
- [Commits](https://github.com/rubenv/sql-migrate/commits/v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 8106d24 commit 802f752
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 35 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.39.0
github.com/rubenv/sql-migrate v0.0.0-20211023115951-9f02b1e13857
github.com/rubenv/sql-migrate v1.5.2
github.com/spf13/afero v1.9.3
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
github.com/umbracle/ethgo v0.1.3
github.com/urfave/cli/v2 v2.24.3
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/crypto v0.5.0
golang.org/x/sync v0.1.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
Expand All @@ -50,6 +50,7 @@ require (
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-kit/kit v0.9.0 // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-pkgz/expirable-cache v0.0.3 // indirect
Expand Down Expand Up @@ -111,7 +112,6 @@ require (
golang.org/x/text v0.6.0 // indirect
golang.org/x/time v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand All @@ -125,7 +125,5 @@ require (

require (
github.com/imdario/mergo v0.3.13 // indirect
github.com/lib/pq v1.10.7 // indirect
github.com/prometheus/client_golang v1.14.0
github.com/ziutek/mymysql v1.5.4 // indirect
)
Loading

0 comments on commit 802f752

Please sign in to comment.