Skip to content

Commit 1567a1a

Browse files
committed
Update downstream dependencies
1 parent 43892d5 commit 1567a1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
8181
github.com/fatih/color v1.16.0 // indirect
8282
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
83-
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
83+
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
8484
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
8585
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
8686
github.com/gogo/protobuf v1.3.2 // indirect
@@ -222,3 +222,5 @@ require (
222222

223223
// Use patched version that fixed recursive gets, and force delete for buckets
224224
replace github.com/johannesboyne/gofakes3 => github.com/chanwit/gofakes3 v0.0.0-20220715114300-3f51f1961f7b
225+
226+
replace github.com/go-jose/go-jose/v3 => github.com/go-jose/go-jose/v3 v3.0.1

0 commit comments

Comments
 (0)