Skip to content

Commit 05b532f

Browse files
Two-HeartsJasonTheDeveloper
authored andcommitted
bump: bump up notation-core-go and signingAgent (#444)
This PR targets on main branch. --------- Signed-off-by: Patrick Zheng <[email protected]> Signed-off-by: Jason <[email protected]>
1 parent be6cec1 commit 05b532f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/go-ldap/ldap/v3 v3.4.8
7-
github.com/notaryproject/notation-core-go v1.1.0-rc.1.0.20240827000648-55e356868754
7+
github.com/notaryproject/notation-core-go v1.1.0
88
github.com/notaryproject/notation-plugin-framework-go v1.0.0
99
github.com/notaryproject/tspclient-go v0.2.0
1010
github.com/opencontainers/go-digest v1.0.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/jcmturner/gokrb5/v8 v8.4.4 h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh6
3232
github.com/jcmturner/gokrb5/v8 v8.4.4/go.mod h1:1btQEpgT6k+unzCwX1KdWMEwPPkkgBtP+F6aCACiMrs=
3333
github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=
3434
github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc=
35-
github.com/notaryproject/notation-core-go v1.1.0-rc.1.0.20240827000648-55e356868754 h1:Tal71cZxX1uDryBggNN+A+l0s0tVYDprn0OkIeG6mZk=
36-
github.com/notaryproject/notation-core-go v1.1.0-rc.1.0.20240827000648-55e356868754/go.mod h1:+6AOh41JPrnVLbW/19SJqdhVHwKgIINBO/np0e7nXJA=
35+
github.com/notaryproject/notation-core-go v1.1.0 h1:xCybcONOKcCyPNihJUSa+jRNsyQFNkrk0eJVVs1kWeg=
36+
github.com/notaryproject/notation-core-go v1.1.0/go.mod h1:+6AOh41JPrnVLbW/19SJqdhVHwKgIINBO/np0e7nXJA=
3737
github.com/notaryproject/notation-plugin-framework-go v1.0.0 h1:6Qzr7DGXoCgXEQN+1gTZWuJAZvxh3p8Lryjn5FaLzi4=
3838
github.com/notaryproject/notation-plugin-framework-go v1.0.0/go.mod h1:RqWSrTOtEASCrGOEffq0n8pSg2KOgKYiWqFWczRSics=
3939
github.com/notaryproject/tspclient-go v0.2.0 h1:g/KpQGmyk/h7j60irIRG1mfWnibNOzJ8WhLqAzuiQAQ=

signer/signer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
// signingAgent is the unprotected header field used by signature.
37-
const signingAgent = "Notation/1.0.0"
37+
const signingAgent = "notation-go/1.3.0+unreleased"
3838

3939
// GenericSigner implements notation.Signer and embeds signature.Signer
4040
type GenericSigner struct {

0 commit comments

Comments
 (0)