From f67dfdee91ac3ba107516d2077fbb8872fb0f29f Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Tue, 27 Aug 2024 13:46:05 +0800 Subject: [PATCH] bump up Signed-off-by: Patrick Zheng --- go.mod | 2 +- go.sum | 4 ++-- signer/signer.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index a6f33878..95643b71 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22 require ( github.com/go-ldap/ldap/v3 v3.4.8 - github.com/notaryproject/notation-core-go v1.1.0-rc.1.0.20240827000648-55e356868754 + github.com/notaryproject/notation-core-go v1.1.0 github.com/notaryproject/notation-plugin-framework-go v1.0.0 github.com/notaryproject/tspclient-go v0.2.0 github.com/opencontainers/go-digest v1.0.0 diff --git a/go.sum b/go.sum index c44e3a49..88ac20c7 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,8 @@ github.com/jcmturner/gokrb5/v8 v8.4.4 h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh6 github.com/jcmturner/gokrb5/v8 v8.4.4/go.mod h1:1btQEpgT6k+unzCwX1KdWMEwPPkkgBtP+F6aCACiMrs= github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY= github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc= -github.com/notaryproject/notation-core-go v1.1.0-rc.1.0.20240827000648-55e356868754 h1:Tal71cZxX1uDryBggNN+A+l0s0tVYDprn0OkIeG6mZk= -github.com/notaryproject/notation-core-go v1.1.0-rc.1.0.20240827000648-55e356868754/go.mod h1:+6AOh41JPrnVLbW/19SJqdhVHwKgIINBO/np0e7nXJA= +github.com/notaryproject/notation-core-go v1.1.0 h1:xCybcONOKcCyPNihJUSa+jRNsyQFNkrk0eJVVs1kWeg= +github.com/notaryproject/notation-core-go v1.1.0/go.mod h1:+6AOh41JPrnVLbW/19SJqdhVHwKgIINBO/np0e7nXJA= github.com/notaryproject/notation-plugin-framework-go v1.0.0 h1:6Qzr7DGXoCgXEQN+1gTZWuJAZvxh3p8Lryjn5FaLzi4= github.com/notaryproject/notation-plugin-framework-go v1.0.0/go.mod h1:RqWSrTOtEASCrGOEffq0n8pSg2KOgKYiWqFWczRSics= github.com/notaryproject/tspclient-go v0.2.0 h1:g/KpQGmyk/h7j60irIRG1mfWnibNOzJ8WhLqAzuiQAQ= diff --git a/signer/signer.go b/signer/signer.go index d51f8cd9..4f79bef2 100644 --- a/signer/signer.go +++ b/signer/signer.go @@ -34,7 +34,7 @@ import ( ) // signingAgent is the unprotected header field used by signature. -const signingAgent = "notation-go/1.2.0-rc.1" +const signingAgent = "notation-go/1.2.0" // GenericSigner implements notation.Signer and embeds signature.Signer type GenericSigner struct {