Files
darkstorm-server/go.mod
T
Caleb Gardner 4244b6985a Mostly finish docs
Actually start to parse things
2024-05-19 06:47:41 -05:00

14 lines
216 B
Modula-2

module github.com/CalebQ42/darkstorm-server
go 1.22.3
require (
github.com/google/uuid v1.6.0
golang.org/x/crypto v0.23.0
)
require (
github.com/golang-jwt/jwt/v5 v5.2.1
golang.org/x/sys v0.20.0 // indirect
)