Skip to content

Commit fada61e

Browse files
committed
go mod tidy
1 parent f10d5f0 commit fada61e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ require (
232232
cel.dev/expr v0.15.0 // indirect
233233
cloud.google.com/go/longrunning v0.6.0 // indirect
234234
github.com/containerd/containerd v1.7.20 // indirect
235+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
235236
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
236237
github.com/hashicorp/go-secure-stdlib/httputil v0.1.0 // indirect
237238
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
@@ -245,7 +246,6 @@ require (
245246
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
246247
github.com/x448/float16 v0.8.4 // indirect
247248
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
248-
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
249249
)
250250

251251
require (

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,6 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EV
30703070
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
30713071
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
30723072
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2/go.mod h1:Xk6kEKp8OKb+X14hQBKWaSkCsqBpgog8nAV2xsGOxlo=
3073-
gopkg.in/go-jose/go-jose.v2 v2.6.3/go.mod h1:zzZDPkNNw/c9IE7Z9jr11mBZQhKQTMzoEEIoEdZlFBI=
30743073
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec/go.mod h1:aPpfJ7XW+gOuirDoZ8gHhLh3kZ1B08FtV2bbmy7Jv3s=
30753074
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
30763075
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=

0 commit comments

Comments
 (0)