-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
26 lines (22 loc) · 675 Bytes
/
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
module github.com/folbricht/tpmk
go 1.22
toolchain go1.22.2
require (
github.com/folbricht/sshtest v0.1.0
github.com/google/go-tpm v0.9.1
github.com/google/go-tpm-tools v0.4.4
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.31.0
golang.org/x/net v0.26.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-configfs-tsm v0.2.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)