forked from anatol/booster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (45 loc) · 1.95 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/anatol/booster
go 1.20
require (
github.com/anatol/clevis.go v0.0.0-20230629234939-684702e18e07
github.com/anatol/devmapper.go v0.0.0-20220907161421-ba4de5fc0fd1
github.com/anatol/go-udev v0.0.0-20220806124306-5f28d899f64f
github.com/anatol/luks.go v0.0.0-20230423170605-fb3724ed7db7
github.com/anatol/smart.go v0.0.0-20230705044831-c3b27137baa3
github.com/anatol/tang.go v0.0.0-20220716012326-2fda8b4503da
github.com/anatol/vmtest v0.0.0-20230711210602-87511df0d4bc
github.com/cavaliergopher/cpio v1.0.1
github.com/google/go-tpm v0.9.0
github.com/google/renameio/v2 v2.0.0
github.com/insomniacslk/dhcp v0.0.0-20230612134759-b20c9ba983df
github.com/jessevdk/go-flags v1.5.0
github.com/klauspost/compress v1.16.7
github.com/stretchr/testify v1.8.4
github.com/ulikunitz/xz v0.5.11
github.com/vishvananda/netlink v1.1.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
github.com/yookoala/realpath v1.0.0
golang.org/x/crypto v0.11.0
golang.org/x/sys v0.10.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx v1.2.26 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/net v0.12.0 // indirect
)