Upgrade backend dependencies

This commit is contained in:
Ni Rui
2022-11-10 14:01:02 +08:00
parent e81f5f4238
commit b01b552834
2 changed files with 27 additions and 3 deletions

6
go.mod
View File

@@ -21,7 +21,7 @@ go 1.13
require (
github.com/gorilla/websocket v1.5.0
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7
golang.org/x/net v0.0.0-20220923203811-8be639271d50
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/crypto v0.2.0
golang.org/x/net v0.2.0
golang.org/x/sys v0.2.0 // indirect
)