Skip to content

Commit 6474e9f

Browse files
authored
Revert "use nftPortForwarder" (#17690)
it will cause port not accessible if it only listen on localhost
1 parent 9a83e92 commit 6474e9f

File tree

3 files changed

+58
-194
lines changed

3 files changed

+58
-194
lines changed

components/supervisor/go.mod

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ require (
1818
github.com/gitpod-io/gitpod/ws-daemon/api v0.0.0-00010101000000-000000000000
1919
github.com/golang/mock v1.6.0
2020
github.com/google/go-cmp v0.5.9
21-
github.com/google/nftables v0.1.0
2221
github.com/google/uuid v1.3.0
2322
github.com/gorilla/websocket v1.5.0
2423
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
@@ -46,15 +45,6 @@ require (
4645
gopkg.in/yaml.v3 v3.0.1
4746
)
4847

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-
5848
require (
5949
cloud.google.com/go v0.110.0 // indirect
6050
cloud.google.com/go/compute v1.18.0 // indirect
@@ -84,7 +74,7 @@ require (
8474
github.com/blang/semver v3.5.1+incompatible // indirect
8575
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
8676
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
8878
github.com/configcat/go-sdk/v7 v7.6.0 // indirect
8979
github.com/containerd/cgroups v1.0.4 // indirect
9080
github.com/coreos/go-systemd/v22 v22.4.0 // indirect

0 commit comments

Comments
 (0)