Update deps & use new Mongo convention

This commit is contained in:
Caleb Gardner
2023-09-17 05:55:47 -05:00
parent b530295c0b
commit 2dd5fcde4f
3 changed files with 14 additions and 58 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
module github.com/CalebQ42/darkstorm-server
go 1.20
go 1.21
require (
github.com/1lann/udp-forward v0.0.0-20191015034046-6b774a53ea39
@@ -11,7 +11,7 @@ require (
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
@@ -20,8 +20,8 @@ require (
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
)