Codebase list golang-github-cilium-ebpf / 013921be-2b85-4a98-acc6-441512c7dc12/upstream go.mod
013921be-2b85-4a98-acc6-441512c7dc12/upstream

Tree @013921be-2b85-4a98-acc6-441512c7dc12/upstream (Download .tar.gz)

go.mod @013921be-2b85-4a98-acc6-441512c7dc12/upstreamraw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/cilium/ebpf

go 1.15

require (
	github.com/frankban/quicktest v1.11.3
	github.com/google/go-cmp v0.5.4
	golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
)