-
Notifications
You must be signed in to change notification settings - Fork 45
/
go.mod
49 lines (45 loc) · 1.93 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
49
module github.com/anatol/booster
go 1.22
toolchain go1.23.2
require (
github.com/anatol/clevis.go v0.0.0-20241007163622-6a2093f0988d
github.com/anatol/devmapper.go v0.0.0-20230829043248-59ac2b9706ba
github.com/anatol/go-udev v0.0.0-20220806124306-5f28d899f64f
github.com/anatol/luks.go v0.0.0-20240507052915-92f8bb765f98
github.com/anatol/smart.go v0.0.0-20241007162712-be6d7524480a
github.com/anatol/tang.go v0.0.0-20241007163510-6e32b5887d69
github.com/anatol/vmtest v0.0.0-20230711210602-87511df0d4bc
github.com/cavaliergopher/cpio v1.0.1
github.com/google/go-tpm v0.9.1
github.com/google/renameio/v2 v2.0.0
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
github.com/jessevdk/go-flags v1.6.1
github.com/klauspost/compress v1.17.11
github.com/stretchr/testify v1.9.0
github.com/ulikunitz/xz v0.5.12
github.com/vishvananda/netlink v1.3.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
github.com/yookoala/realpath v1.0.0
golang.org/x/crypto v0.28.0
golang.org/x/sys v0.26.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.3.0 // indirect
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d // indirect
github.com/goccy/go-json v0.10.3 // 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.2 // 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.30 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // 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-20240224005618-d2acac8f3701 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/net v0.30.0 // indirect
)