Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea03c72

Browse files
chore: Bump github.com/golang-migrate/migrate/v4 from 4.15.2 to 4.16.0 (coder#7811)
Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.15.2 to 4.16.0. - [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.2...v4.16.0) --- updated-dependencies: - dependency-name: github.com/golang-migrate/migrate/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6715cb6 commit ea03c72

File tree

2 files changed

+24
-1234
lines changed

2 files changed

+24
-1234
lines changed

go.mod

+7-8
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ require (
101101
github.com/gohugoio/hugo v0.111.3
102102
github.com/golang-jwt/jwt v3.2.2+incompatible
103103
github.com/golang-jwt/jwt/v4 v4.5.0
104-
github.com/golang-migrate/migrate/v4 v4.15.2
104+
github.com/golang-migrate/migrate/v4 v4.16.0
105105
github.com/golang/mock v1.6.0
106106
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
107107
github.com/google/uuid v1.3.0
@@ -159,7 +159,7 @@ require (
159159
go.uber.org/goleak v1.2.1
160160
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
161161
golang.org/x/crypto v0.9.0
162-
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
162+
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0
163163
golang.org/x/mod v0.10.0
164164
golang.org/x/oauth2 v0.7.0
165165
golang.org/x/sync v0.2.0
@@ -184,9 +184,9 @@ require (
184184
cloud.google.com/go/logging v1.7.0 // indirect
185185
cloud.google.com/go/longrunning v0.4.1 // indirect
186186
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
187-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
187+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
188188
github.com/KyleBanks/depth v1.2.1 // indirect
189-
github.com/Microsoft/go-winio v0.6.0 // indirect
189+
github.com/Microsoft/go-winio v0.6.1 // indirect
190190
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
191191
github.com/OneOfOne/xxhash v1.2.8 // indirect
192192
github.com/agext/levenshtein v1.2.3 // indirect
@@ -214,7 +214,7 @@ require (
214214
github.com/docker/cli v20.10.17+incompatible // indirect
215215
github.com/docker/docker v20.10.24+incompatible // indirect
216216
github.com/docker/go-connections v0.4.0 // indirect
217-
github.com/docker/go-units v0.4.0 // indirect
217+
github.com/docker/go-units v0.5.0 // indirect
218218
github.com/dustin/go-humanize v1.0.1 // indirect
219219
github.com/elastic/go-windows v1.0.0 // indirect
220220
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
@@ -275,7 +275,6 @@ require (
275275
github.com/mattn/go-colorable v0.1.13 // indirect
276276
github.com/mattn/go-localereader v0.0.1 // indirect
277277
github.com/mattn/go-runewidth v0.0.14 // indirect
278-
github.com/mattn/go-sqlite3 v1.14.15 // indirect
279278
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
280279
github.com/mdlayher/genetlink v1.2.0 // indirect
281280
github.com/mdlayher/netlink v1.6.2 // indirect
@@ -288,7 +287,7 @@ require (
288287
github.com/mitchellh/go-ps v1.0.0 // indirect
289288
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
290289
github.com/mitchellh/reflectwalk v1.0.2 // indirect
291-
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
290+
github.com/moby/term v0.5.0 // indirect
292291
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
293292
github.com/muesli/cancelreader v0.2.2 // indirect
294293
github.com/muesli/termenv v0.15.1
@@ -306,7 +305,7 @@ require (
306305
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
307306
github.com/rivo/uniseg v0.4.4 // indirect
308307
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
309-
github.com/sirupsen/logrus v1.9.0 // indirect
308+
github.com/sirupsen/logrus v1.9.2 // indirect
310309
github.com/spf13/cast v1.5.0 // indirect
311310
github.com/spf13/jwalterweatherman v1.1.0 // indirect
312311
github.com/swaggo/files/v2 v2.0.0 // indirect

0 commit comments

Comments
 (0)