File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,13 @@ go 1.21
5
5
require (
6
6
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
7
7
github.com/fsnotify/fsnotify v1.6.0
8
- github.com/gorilla/websocket v1.4.2
9
- github.com/jpillora/ansi v1.0.2 // indirect
8
+ github.com/gorilla/websocket v1.5.0
10
9
github.com/jpillora/backoff v1.0.0
11
10
github.com/jpillora/requestlog v1.0.0
12
11
github.com/jpillora/sizestr v1.0.0
13
- github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
14
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
15
- golang.org/x/net v0.0.0-20210614182718-04defd469f4e
16
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
17
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
12
+ golang.org/x/crypto v0.13.0
13
+ golang.org/x/net v0.15.0
14
+ golang.org/x/sync v0.3.0
18
15
)
19
16
20
17
require (
You can’t perform that action at this time.
0 commit comments