2023-12-29 23:37:59 +00:00
|
|
|
module antoine-roux.tk/projects/go/firecracker-netns
|
|
|
|
|
|
|
|
go 1.21.5
|
2024-01-01 09:55:49 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/docker/docker v24.0.7+incompatible
|
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2024-01-01 22:49:26 +00:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2024-01-01 09:55:49 +00:00
|
|
|
golang.org/x/sys v0.15.0
|
|
|
|
)
|
2024-01-01 22:49:26 +00:00
|
|
|
|
2024-01-02 17:39:09 +00:00
|
|
|
require (
|
|
|
|
github.com/coreos/go-iptables v0.7.0 // indirect
|
|
|
|
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
|
|
|
|
)
|