-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 856 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 856 Bytes
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
module system-transparency.org/stprov
go 1.23.0
require (
github.com/go-ping/ping v1.2.0
github.com/google/uuid v1.6.0
github.com/u-root/u-root v0.14.0
github.com/vishvananda/netlink v1.3.1
golang.org/x/crypto v0.39.0
system-transparency.org/stboot v0.6.2
)
require (
filippo.io/age v1.2.1 // indirect
github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/packet v1.1.2 // indirect
github.com/mdlayher/socket v0.5.0 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.33.0 // indirect
sigsum.org/sigsum-go v0.11.2 // indirect
)