Skip to content

Commit 096b805

Browse files
docs: add a comment explaining why this should be kept as go mod tidy
will remove it.
1 parent 81f318f commit 096b805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/rogpeppe/go-internal v1.11.0 // indirect
2424
github.com/tidwall/match v1.1.1 // indirect
2525
github.com/tidwall/pretty v1.2.1 // indirect
26-
golang.org/x/crypto v0.37.0 // indirect
26+
golang.org/x/crypto v0.37.0 // indirect - required until go-jose upgraded to v4 #539
2727
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2828
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
)

0 commit comments

Comments
 (0)