mirror of
https://github.com/vishvananda/netns
synced 2025-02-21 14:06:49 +00:00
The syscall package is deprecated and no longer updated as per https://golang.org/pkg/syscall/. Use the golang.org/x/sys/unix package instead, which also provides a wrapper for SYS_SETNS, so the syscall number encoding depending on runtime.GOARCH can be dropped. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
6 lines
106 B
Modula-2
6 lines
106 B
Modula-2
module github.com/vishvananda/netns
|
|
|
|
go 1.12
|
|
|
|
require golang.org/x/sys v0.0.0-20200217220822-9197077df867
|