forked from Foxboron/sbctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 931 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
28
module github.com/foxboron/sbctl
go 1.20
require (
github.com/anatol/vmtest v0.0.0-20220413190228-7a42f1f6d7b8
github.com/fatih/color v1.13.0
github.com/foxboron/go-uefi v0.0.0-20230808201820-18b9ba9cd4c3
github.com/google/go-attestation v0.3.3-0.20210901195502-505680f536da
github.com/google/uuid v1.3.0
github.com/spf13/afero v1.9.3
github.com/spf13/cobra v1.1.3
golang.org/x/crypto v0.6.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/sys v0.5.0
)
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.7.0 // indirect
)