forked from Foxboron/sbctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 934 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
27
module github.com/foxboron/sbctl
go 1.17
require (
github.com/anatol/vmtest v0.0.0-20210225191124-26540db15d49
github.com/fatih/color v1.13.0
github.com/foxboron/go-uefi v0.0.0-20221211185831-8b4d22f6813c
github.com/google/go-attestation v0.3.3-0.20210901195502-505680f536da
github.com/google/uuid v1.3.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
)
require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/go-tpm v0.3.2 // indirect
github.com/google/go-tspi v0.3.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/text v0.3.7 // indirect
)