We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f318f commit 096b805Copy full SHA for 096b805
go.mod
@@ -23,7 +23,7 @@ require (
23
github.com/rogpeppe/go-internal v1.11.0 // indirect
24
github.com/tidwall/match v1.1.1 // indirect
25
github.com/tidwall/pretty v1.2.1 // indirect
26
- golang.org/x/crypto v0.37.0 // indirect
+ golang.org/x/crypto v0.37.0 // indirect - required until go-jose upgraded to v4 #539
27
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
28
gopkg.in/yaml.v3 v3.0.1 // indirect
29
)
0 commit comments