Getting basics down

This commit is contained in:
Caleb Gardner
2024-05-18 10:00:37 -05:00
parent b6bc9240d9
commit 75f8356893
8 changed files with 98 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
module github.com/CalebQ42/darkstorm-server
go 1.22.3
require golang.org/x/crypto v0.23.0
require (
github.com/google/uuid v1.6.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)