Skip to content

Commit a7fb018

Browse files
authored
chore: update github.com/golang-migrate/migrate/v4 to v4.5.2 (#1201)
Should fix the security warning for GHSA-crp2-qrr5-8pq7
1 parent 8661f92 commit a7fb018

File tree

2 files changed

+182
-30
lines changed

2 files changed

+182
-30
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ require (
6363
github.com/go-playground/validator/v10 v10.10.1
6464
github.com/gohugoio/hugo v0.97.3
6565
github.com/golang-jwt/jwt v3.2.2+incompatible
66-
github.com/golang-migrate/migrate/v4 v4.15.1
66+
github.com/golang-migrate/migrate/v4 v4.15.2
6767
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
6868
github.com/google/uuid v1.3.0
6969
github.com/hashicorp/go-syslog v1.0.0
@@ -143,10 +143,8 @@ require (
143143
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
144144
github.com/davecgh/go-spew v1.1.1 // indirect
145145
github.com/dgraph-io/ristretto v0.1.0 // indirect
146-
github.com/dhui/dktest v0.3.9 // indirect
147146
github.com/dlclark/regexp2 v1.4.0 // indirect
148147
github.com/docker/cli v20.10.13+incompatible // indirect
149-
github.com/docker/distribution v2.8.0+incompatible // indirect
150148
github.com/docker/docker v20.10.13+incompatible // indirect
151149
github.com/docker/go-connections v0.4.0 // indirect
152150
github.com/docker/go-units v0.4.0 // indirect
@@ -230,7 +228,7 @@ require (
230228
github.com/zclconf/go-cty v1.10.0 // indirect
231229
github.com/zeebo/errs v1.2.2 // indirect
232230
go.opencensus.io v0.23.0 // indirect
233-
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
231+
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
234232
google.golang.org/appengine v1.6.7 // indirect
235233
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3 // indirect
236234
google.golang.org/grpc v1.45.0 // indirect

0 commit comments

Comments
 (0)