File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
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
8
8
github.com/notaryproject/notation-plugin-framework-go v1.0.0
9
9
github.com/notaryproject/tspclient-go v0.2.0
10
10
github.com/opencontainers/go-digest v1.0.0
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ github.com/jcmturner/gokrb5/v8 v8.4.4 h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh6
32
32
github.com/jcmturner/gokrb5/v8 v8.4.4 /go.mod h1:1btQEpgT6k+unzCwX1KdWMEwPPkkgBtP+F6aCACiMrs =
33
33
github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY =
34
34
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 =
37
37
github.com/notaryproject/notation-plugin-framework-go v1.0.0 h1:6Qzr7DGXoCgXEQN+1gTZWuJAZvxh3p8Lryjn5FaLzi4 =
38
38
github.com/notaryproject/notation-plugin-framework-go v1.0.0 /go.mod h1:RqWSrTOtEASCrGOEffq0n8pSg2KOgKYiWqFWczRSics =
39
39
github.com/notaryproject/tspclient-go v0.2.0 h1:g/KpQGmyk/h7j60irIRG1mfWnibNOzJ8WhLqAzuiQAQ =
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
34
34
)
35
35
36
36
// 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 "
38
38
39
39
// GenericSigner implements notation.Signer and embeds signature.Signer
40
40
type GenericSigner struct {
You can’t perform that action at this time.
0 commit comments