mirror of
https://github.com/kairos-io/tpm-helpers.git
synced 2025-07-15 15:11:38 +00:00
25 lines
818 B
Modula-2
25 lines
818 B
Modula-2
module github.com/kairos-io/tpm-helpers
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/folbricht/tpmk v0.1.2-0.20230104073416-f20b20c289d7
|
|
github.com/google/certificate-transparency-go v1.1.4
|
|
github.com/google/go-attestation v0.4.4-0.20220404204839-8820d49b18d9
|
|
github.com/google/go-tpm v0.3.3
|
|
github.com/google/go-tpm-tools v0.3.7
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/onsi/ginkgo/v2 v2.1.3
|
|
github.com/onsi/gomega v1.17.0
|
|
github.com/pkg/errors v0.9.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|