fixed versions
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m32s
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m32s
This commit is contained in:
@@ -3,10 +3,11 @@ module git.acooldomain.co/server-manager/backend/dbhandler/mongo
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
git.acooldomain.co/server-manager/backend/dbhandler v0.0.0-20250318232559-17e4ebac06f2
|
||||
git.acooldomain.co/server-manager/backend/models v0.0.0-20250318232559-17e4ebac06f2
|
||||
git.acooldomain.co/server-manager/backend/dbhandler v0.0.0-20250409170334-54174ef41864
|
||||
git.acooldomain.co/server-manager/backend/models v0.0.0-20250409170334-54174ef41864
|
||||
github.com/google/uuid v1.6.0
|
||||
go.mongodb.org/mongo-driver v1.14.0
|
||||
golang.org/x/crypto v0.36.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -20,9 +21,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-20181117223130-1be2e3e5546d // indirect
|
||||
golang.org/x/crypto v0.23.0 // indirect
|
||||
golang.org/x/oauth2 v0.28.0 // indirect
|
||||
golang.org/x/sync v0.1.0 // indirect
|
||||
golang.org/x/text v0.15.0 // indirect
|
||||
golang.org/x/sync v0.12.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user