Skip to content

Commit

Permalink
Delete obsolete file
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Nov 27, 2023
1 parent a85d42f commit 2b4ece1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86 deletions.
84 changes: 0 additions & 84 deletions bpf/compile.go

This file was deleted.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.21.0

require (
github.com/cilium/ebpf v0.12.3
github.com/cloudflare/cbpfc v0.0.0-20230809125630-31aa294050ff
github.com/elastic/go-sysinfo v1.9.0
github.com/florianl/go-tc v0.4.2
github.com/google/gopacket v1.1.19
Expand All @@ -13,11 +12,11 @@ require (
github.com/spf13/pflag v1.0.5
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
golang.org/x/net v0.16.0
golang.org/x/sys v0.14.1-0.20231108175955-e4099bfacb8c
)

require (
github.com/cloudflare/cbpfc v0.0.0-20230809125630-31aa294050ff // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
Expand All @@ -27,6 +26,7 @@ require (
github.com/prometheus/procfs v0.8.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
Expand Down

0 comments on commit 2b4ece1

Please sign in to comment.