forked from anatol/booster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (47 loc) · 2.07 KB
/
go.mod
File metadata and controls
50 lines (47 loc) · 2.07 KB
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
50
module github.com/anatol/booster
go 1.26
require (
github.com/anatol/clevis.go v0.0.0-20251105050026-c2c7ddab8f14
github.com/anatol/devmapper.go v0.0.0-20250316020617-2671eefd35d7
github.com/anatol/go-udev v0.0.0-20220806124306-5f28d899f64f
github.com/anatol/luks.go v0.0.0-20250316021219-8cd744c3576f
github.com/anatol/smart.go v0.0.0-20260312005832-ba85fde868de
github.com/anatol/tang.go v0.0.0-20250920193351-e505ad2c76db
github.com/anatol/vmtest v0.0.0-20250627153117-302402d269a6
github.com/cavaliergopher/cpio v1.0.1
github.com/google/go-tpm v0.9.7
github.com/google/renameio/v2 v2.0.0
github.com/insomniacslk/dhcp v0.0.0-20251020182700-175e84fbb167
github.com/jessevdk/go-flags v1.6.1
github.com/klauspost/compress v1.18.1
github.com/stretchr/testify v1.11.1
github.com/ulikunitz/xz v0.5.15
github.com/vishvananda/netlink v1.3.1
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
github.com/yookoala/realpath v1.0.0
golang.org/x/crypto v0.49.0
golang.org/x/sys v0.42.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.4.0 // indirect
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004 // indirect
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
github.com/lestrrat-go/dsig v1.0.0 // indirect
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc/v3 v3.0.1 // indirect
github.com/lestrrat-go/jwx/v3 v3.0.12 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/net v0.51.0 // indirect
)