@@ -18,7 +18,6 @@ require (
18
18
github.com/gitpod-io/gitpod/ws-daemon/api v0.0.0-00010101000000-000000000000
19
19
github.com/golang/mock v1.6.0
20
20
github.com/google/go-cmp v0.5.9
21
- github.com/google/nftables v0.1.0
22
21
github.com/google/uuid v1.3.0
23
22
github.com/gorilla/websocket v1.5.0
24
23
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
@@ -46,15 +45,6 @@ require (
46
45
gopkg.in/yaml.v3 v3.0.1
47
46
)
48
47
49
- require (
50
- github.com/BurntSushi/toml v0.4.1 // indirect
51
- github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
52
- github.com/mdlayher/netlink v1.4.2 // indirect
53
- github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
54
- golang.org/x/mod v0.8.0 // indirect
55
- honnef.co/go/tools v0.2.2 // indirect
56
- )
57
-
58
48
require (
59
49
cloud.google.com/go v0.110.0 // indirect
60
50
cloud.google.com/go/compute v1.18.0 // indirect
@@ -84,7 +74,7 @@ require (
84
74
github.com/blang/semver v3.5.1+incompatible // indirect
85
75
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
86
76
github.com/cespare/xxhash/v2 v2.2.0 // indirect
87
- github.com/cilium/ebpf v0.7 .0 // indirect
77
+ github.com/cilium/ebpf v0.4 .0 // indirect
88
78
github.com/configcat/go-sdk/v7 v7.6.0 // indirect
89
79
github.com/containerd/cgroups v1.0.4 // indirect
90
80
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
0 commit comments