Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/spiffe/spire from 0.10.0 to 1.0.3 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 6 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,13 @@ module github.com/bloomberg/spire-tpm-plugin
go 1.12

require (
github.com/gogo/googleapis v1.2.0 // indirect
github.com/google/certificate-transparency-go v1.0.22-0.20190605205155-41fc2ef3a2a8
github.com/google/certificate-transparency-go v1.1.1
github.com/google/go-attestation v0.2.0
github.com/google/go-tpm-tools v0.1.1
github.com/gorilla/mux v1.7.2 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/google/go-tpm-tools v0.2.1
github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spiffe/spire v0.10.0
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/spire v1.0.3
github.com/spiffe/spire/proto/spire v0.10.0
github.com/stretchr/testify v1.4.0
github.com/zeebo/errs v1.2.2 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.24.0
istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb // indirect
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.36.1
)
Loading