chore: updated package versions

This commit is contained in:
Cipher Vance
2025-11-17 08:37:27 -06:00
parent a92e836cc1
commit 66300be495
2 changed files with 16 additions and 21 deletions

13
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/rideaware/admin-panel
go 1.23
go 1.24.0
toolchain go1.24.10
@@ -9,8 +9,7 @@ require (
github.com/gorilla/sessions v1.4.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/wneessen/go-mail v0.4.0
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.36.0
)
require (
@@ -33,9 +32,9 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.29.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)