Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1aac2fe

Browse files
build(deps): bump github.com/golang-migrate/migrate/v4
Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.15.0 to 4.15.2. - [Release notes](https://github.com/golang-migrate/migrate/releases) - [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml) - [Commits](golang-migrate/migrate@v4.15.0...v4.15.2) --- updated-dependencies: - dependency-name: github.com/golang-migrate/migrate/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09a32ca commit 1aac2fe

File tree

2 files changed

+461
-97
lines changed

2 files changed

+461
-97
lines changed

go.mod

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ require (
99
cloud.google.com/go/trace v1.0.0 // indirect
1010
contrib.go.opencensus.io/exporter/stackdriver v0.13.8
1111
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
12-
github.com/containerd/containerd v1.5.2 // indirect
13-
github.com/docker/docker v20.10.7+incompatible // indirect
1412
github.com/go-sql-driver/mysql v1.6.0
15-
github.com/golang-migrate/migrate/v4 v4.15.0
13+
github.com/golang-migrate/migrate/v4 v4.15.2
1614
github.com/ip2location/ip2location-go v8.2.0+incompatible
17-
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
1815
github.com/sirupsen/logrus v1.8.1
19-
github.com/smartystreets/goconvey v1.6.4 // indirect
2016
github.com/stretchr/testify v1.7.0
2117
go.opencensus.io v0.23.0
2218
go.uber.org/automaxprocs v1.4.0
23-
google.golang.org/api v0.58.0
19+
google.golang.org/api v0.62.0
2420
)

0 commit comments

Comments
 (0)