-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.46 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.46 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
module github.com/usbarmory/go-boot
go 1.25.4
require (
github.com/arl/statsviz v0.8.0
github.com/gliderlabs/ssh v0.3.8
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/u-root/u-root v0.15.0
github.com/usbarmory/armory-boot v0.0.0-20251106084515-0ad568ddb5ff
github.com/usbarmory/go-net v0.0.0-20251003201608-93d9ffe808de
github.com/usbarmory/tamago v1.25.5
golang.org/x/term v0.37.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
github.com/usbarmory/boot-transparency v0.0.0-20251214154413-cc17620555b5 // indirect
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/crypto/x509roots/fallback v0.0.0-20251208183426-19acf81bd7bc // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/time v0.7.0 // indirect
gvisor.dev/gvisor v0.0.0-20250911055229-61a46406f068 // indirect
sigsum.org/sigsum-go v0.11.2 // indirect
)