open-nomad/vendor/github.com/cilium/ebpf/go.mod
zhsj 5a182e1d03
deps: update runc to v1.0.0-rc93
includes updates for breaking changes in runc v1.0.0-rc93
2021-03-31 10:57:02 -04:00

9 lines
138 B
Modula-2

module github.com/cilium/ebpf
go 1.14
require (
github.com/google/go-cmp v0.5.2
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
)