Skip to content

Commit 02235c9

Browse files
GuillaumeSmahaNewtonMan
authored andcommitted
Fix jpillora#390: Use code to generate certificates for client & server (jpillora#400)
1 parent a1bdfe9 commit 02235c9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ go 1.21
55
require (
66
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
77
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
109
github.com/jpillora/backoff v1.0.0
1110
github.com/jpillora/requestlog v1.0.0
1211
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
1815
)
1916

2017
require (

0 commit comments

Comments
 (0)