File tree Expand file tree Collapse file tree 6 files changed +5
-2
lines changed Expand file tree Collapse file tree 6 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
66 github.com/eycorsican/go-tun2socks v1.16.11
77 github.com/google/go-licenses v1.6.0
88 github.com/google/gopacket v1.1.19
9+ github.com/gorilla/websocket v1.5.3
910 github.com/shadowsocks/go-shadowsocks2 v0.1.5
1011 github.com/stretchr/testify v1.8.4
1112 github.com/things-go/go-socks5 v0.0.5
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/Oth
205205github.com/googleapis/gax-go/v2 v2.3.0 /go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99EXz9pXxye9YM =
206206github.com/googleapis/gax-go/v2 v2.4.0 /go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c =
207207github.com/googleapis/go-type-adapters v1.0.0 /go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4 =
208+ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
209+ github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
208210github.com/grpc-ecosystem/grpc-gateway v1.16.0 /go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw =
209211github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
210212github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "strings"
2424
2525 "github.com/Jigsaw-Code/outline-sdk/transport"
26- "github.com/Jigsaw-Code/outline-sdk/x/ websocket"
26+ "github.com/Jigsaw-Code/outline-sdk/websocket"
2727)
2828
2929type wsConfig struct {
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import (
2727 "time"
2828
2929 "github.com/Jigsaw-Code/outline-sdk/transport"
30+ "github.com/Jigsaw-Code/outline-sdk/websocket"
3031 "github.com/Jigsaw-Code/outline-sdk/x/configurl"
31- "github.com/Jigsaw-Code/outline-sdk/x/websocket"
3232 "github.com/lmittmann/tint"
3333 "golang.org/x/term"
3434)
You can’t perform that action at this time.
0 commit comments