github.com/cilium/ebpf@v0.15.0/go.mod (about)

     1  module github.com/cilium/ebpf
     2  
     3  go 1.21.0
     4  
     5  require (
     6  	github.com/go-quicktest/qt v1.101.0
     7  	github.com/google/go-cmp v0.5.9
     8  	golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2
     9  	golang.org/x/sys v0.15.0
    10  )
    11  
    12  require (
    13  	github.com/kr/pretty v0.3.1 // indirect
    14  	github.com/kr/text v0.2.0 // indirect
    15  	github.com/rogpeppe/go-internal v1.11.0 // indirect
    16  )