-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
29 lines (27 loc) · 1.24 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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/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/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/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
)