github.com/kubeshark/ebpf@v0.9.2/go.mod (about) 1 module github.com/kubeshark/ebpf 2 3 go 1.19 4 5 require ( 6 github.com/frankban/quicktest v1.14.0 7 github.com/google/go-cmp v0.5.6 8 golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 9 ) 10 11 require ( 12 github.com/kr/pretty v0.3.0 // indirect 13 github.com/kr/text v0.2.0 // indirect 14 github.com/rogpeppe/go-internal v1.6.1 // indirect 15 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect 16 )