Skip to content

Commit

Permalink
Add related deps, spire-api-sdk and go-spiffe
Browse files Browse the repository at this point in the history
This commit adds the following:
1. Last version of spire-api-sdk. The shape of the API as defined
here: spiffe/spire-api-sdk#8

2. Add vendor github.com/go-spiffe/v2/spiffeid/

3. Add/update others deps

Signed-off-by: Raphael Campos <[email protected]>
Signed-off-by: Mauricio Vásquez <[email protected]>
Signed-off-by: Mauricio Vásquez <[email protected]>
  • Loading branch information
Raphael Campos committed Dec 1, 2021
1 parent 6334f98 commit 0ffc3d2
Show file tree
Hide file tree
Showing 41 changed files with 6,112 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.10
github.com/spiffe/spire-api-sdk v1.1.1
github.com/stretchr/testify v1.7.0
github.com/vishvananda/netlink v1.1.1-0.20211101163509-b10eb8fe5cf6
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
Expand Down Expand Up @@ -199,6 +201,7 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/zeebo/errs v1.2.2 // indirect
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
go.mongodb.org/mongo-driver v1.7.5 // indirect
go.uber.org/atomic v1.9.0 // indirect
Expand Down
9 changes: 9 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 201 additions & 0 deletions vendor/github.com/spiffe/go-spiffe/v2/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ffc3d2

Please sign in to comment.