2022-02-16 09:53:10 +00:00
|
|
|
module github.com/rancher-sandbox/go-tpm
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/certificate-transparency-go v1.1.2
|
|
|
|
github.com/google/go-attestation v0.4.3
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-02-16 11:52:30 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.1.3
|
|
|
|
github.com/onsi/gomega v1.17.0
|
2022-02-16 09:53:10 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-tpm v0.3.3 // indirect
|
2022-02-16 11:52:30 +00:00
|
|
|
github.com/google/go-tpm-tools v0.3.2 // indirect
|
2022-02-16 09:53:10 +00:00
|
|
|
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
|
2022-02-16 11:52:30 +00:00
|
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
|
2022-02-16 09:53:10 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
|
2022-02-16 11:52:30 +00:00
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-02-16 09:53:10 +00:00
|
|
|
)
|