diff options
| author | David Anderson <danderson@tailscale.com> | 2021-11-10 12:15:03 -0800 |
|---|---|---|
| committer | David Anderson <danderson@tailscale.com> | 2021-11-10 12:15:03 -0800 |
| commit | 41710e1b810aa25c14ceb657a40b9ba616615435 (patch) | |
| tree | 4953322c9930fde10dae9ff057de28827e87fb52 /go.mod | |
| parent | 4a51050c498da33eaecb520b78aeb5f445a442f1 (diff) | |
| download | tailscale-danderson/ebpf.tar.xz tailscale-danderson/ebpf.zip | |
ebpf: experiments.danderson/ebpf
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,11 +82,13 @@ require ( github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect github.com/bombsimon/wsl/v3 v3.1.0 // indirect github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect + github.com/cilium/ebpf v0.7.0 // indirect github.com/daixiang0/gci v0.2.7 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/denis-tingajkin/go-header v0.3.1 // indirect github.com/emirpasic/gods v1.12.0 // indirect github.com/fatih/color v1.10.0 // indirect + github.com/florianl/go-tc v0.3.0 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/go-critic/go-critic v0.5.2 // indirect github.com/go-git/gcfg v1.5.0 // indirect |
