-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (21 loc) · 806 Bytes
/
go.mod
File metadata and controls
26 lines (21 loc) · 806 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
module github.com/hetznercloud/virtio-go
go 1.25.0
require (
github.com/gopacket/gopacket v1.4.0
github.com/stretchr/testify v1.10.0
golang.org/x/sys v0.35.0
gvisor.dev/gvisor v0.0.0-20250911055229-61a46406f068
)
require (
github.com/aibor/virtrun v0.14.0 // indirect
github.com/cavaliergopher/cpio v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/time v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
tool github.com/aibor/virtrun
// TODO: Remove when merged: https://github.com/gopacket/gopacket/pull/136
replace github.com/gopacket/gopacket => github.com/MarcusWichelmann/gopacket-gopacket v0.0.0-20251022130514-9304467ef189