We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325762c commit d682b97Copy full SHA for d682b97
go.mod
@@ -3,7 +3,7 @@ module github.com/kubearmor/kubearmor-client
3
go 1.23.4
4
5
replace (
6
- github.com/notaryproject/notation-go/signer => github.com/notaryproject/notation-go/signer v1.2.1
+ github.com/notaryproject/notation-go/signer => github.com/notaryproject/notation-go/signer v1.3.1
7
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
8
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
9
)
0 commit comments