Skip to content

Commit

Permalink
Add readMe
Browse files Browse the repository at this point in the history
Signed-off-by: Pritesh Bandi <[email protected]>
  • Loading branch information
priteshbandi committed Mar 21, 2024
1 parent 7a57d3b commit 3937fd6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Examples of using AWS Signer Notation Plugin with notation-go
This package contains examples for using AWS Signer Notation plugin as library with [notation-go](https://github.com/notaryproject/notation-go).

* [Sign Example](./sign)
* [Verify Example](./verify)

> [!WARNING]
These examples are intended for non-production use only and are __NOT supported for production__ environments.
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/aws/aws-sdk-go-v2/service/ecr v1.27.3
github.com/aws/aws-signer-notation-plugin v0.0.0-00010101000000-000000000000
github.com/notaryproject/notation-go v1.1.1-0.20240318175542-85df75983687
github.com/notaryproject/notation-go v1.1.1-0.20240321194021-b8136e2c8045
github.com/notaryproject/notation-plugin-framework-go v1.0.0
)

Expand Down Expand Up @@ -38,7 +38,7 @@ require (
github.com/veraison/go-cose v1.1.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sync v0.6.0 // indirect
oras.land/oras-go/v2 v2.4.0
)
Expand Down
4 changes: 4 additions & 0 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ github.com/notaryproject/notation-core-go v1.0.2 h1:VEt+mbsgdANd9b4jqgmx2C7U0Dmw
github.com/notaryproject/notation-core-go v1.0.2/go.mod h1:2HkQzUwg08B3x9oVIztHsEh7Vil2Rj+tYgxH+JObLX4=
github.com/notaryproject/notation-go v1.1.1-0.20240318175542-85df75983687 h1:I1jggM+YcRGvUddIy7Orspw0cLBY0wq6M+yI7wQQB00=
github.com/notaryproject/notation-go v1.1.1-0.20240318175542-85df75983687/go.mod h1:kDo7On3kLn8aYY+6xVn3NFpG2+stnscdASzwDR8sv+o=
github.com/notaryproject/notation-go v1.1.1-0.20240321194021-b8136e2c8045 h1:/2Eo1LkhPD3J2KAy1XYLN5/vEnuXuB8hvFUSUoVeLwU=
github.com/notaryproject/notation-go v1.1.1-0.20240321194021-b8136e2c8045/go.mod h1:sFbSu7ivk7eG4k9AEXSrJWe+2Apb/N2r90nrrNJPezo=
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/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
Expand Down Expand Up @@ -89,6 +91,8 @@ golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.15.0 h1:SernR4v+D55NyBH2QiEQrlBAnj1ECL6AGrA5+dPaMY8=
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
Expand Down

0 comments on commit 3937fd6

Please sign in to comment.