feat: update tun2socks library
Showing
+39 -35
... | ... | @@ -12,8 +12,8 @@ require ( |
github.com/urfave/cli v1.22.4 | ||
github.com/wzshiming/socks5 v0.4.0 | ||
github.com/xjasonlyu/tun2socks/v2 v2.3.3 | ||
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e | ||
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d | ||
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 | ||
golang.org/x/sys v0.0.0-20220325203850-36772127a21f | ||
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 | ||
k8s.io/api v0.22.0 | ||
k8s.io/apimachinery v0.22.0 | ||
... | ... | @@ -30,14 +30,14 @@ require ( |
github.com/go-chi/cors v1.2.0 // indirect | ||
github.com/go-chi/render v1.0.1 // indirect | ||
github.com/go-logr/logr v0.4.0 // indirect | ||
github.com/gofrs/uuid v4.2.0+incompatible // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/btree v1.0.1 // indirect | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/gnostic v0.5.5 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/imdario/mergo v0.3.5 // indirect | ||
github.com/json-iterator/go v1.1.11 // indirect | ||
github.com/moby/spdystream v0.2.0 // indirect | ||
... | ... | @@ -50,21 +50,21 @@ require ( |
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b // indirect | ||
golang.org/x/mod v0.5.1 // indirect | ||
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect | ||
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect | ||
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect | ||
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect | ||
golang.org/x/tools v0.1.9 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
golang.zx2c4.com/wireguard v0.0.0-20211129173154-2dd424e2d808 // indirect | ||
golang.zx2c4.com/wireguard v0.0.0-20220318042302-193cf8d6a5d6 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
gvisor.dev/gvisor v0.0.0-20211207204018-4608b533c803 // indirect | ||
gvisor.dev/gvisor v0.0.0-20220326024801-5d1f3d24cb84 // indirect | ||
k8s.io/klog/v2 v2.9.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect | ||
k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9 // indirect | ||
... | ... | @@ -72,4 +72,4 @@ require ( |
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) | ||
replace github.com/xjasonlyu/tun2socks/v2 v2.3.3 => github.com/linfan/tun2socks/v2 v2.3.3-0.20220107082344-761069ebf49b | ||
replace github.com/xjasonlyu/tun2socks/v2 v2.3.3 => github.com/linfan/tun2socks/v2 v2.3.3-0.20220328035721-6a7d8f6bac52 |
Please register or sign in to comment