File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ require (
80
80
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
81
81
github.com/fatih/color v1.16.0 // indirect
82
82
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
84
84
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
85
85
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
86
86
github.com/gogo/protobuf v1.3.2 // indirect
@@ -222,3 +222,5 @@ require (
222
222
223
223
// Use patched version that fixed recursive gets, and force delete for buckets
224
224
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
You can’t perform that action at this time.
0 commit comments