kubernetes/vendor/github.com/cilium/ebpf/go.mod
Jordan Liggitt 4b45d0d921 Revert "Merge pull request 101888 from kolyshkin/update-runc-rc94"
This reverts commit b1b06fe0a4, reversing
changes made to 382a33986b.
2021-05-18 09:13:47 -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
)