mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 11:37:14 +08:00
Commit new go.mod
This commit is contained in:
parent
a7d5f60d5f
commit
6f48abaffe
5
go.mod
5
go.mod
@ -8,6 +8,9 @@ require (
|
||||
golang.org/x/crypto v0.22.0
|
||||
)
|
||||
|
||||
require github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
github.com/klauspost/compress v1.17.9
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.19.0 // indirect
|
||||
|
Loading…
x
Reference in New Issue
Block a user