From 7ad2499749bd32a5f4a3be61de382b001386e5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:28:34 +0000 Subject: [PATCH] chore(deps): update module github.com/notaryproject/notation-go/signer to v1.3.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 38a73557..9b0e5505 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/kubearmor/kubearmor-client go 1.23.4 replace ( - 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.0 gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1 )