update go.mod

This commit is contained in:
parent fefa695063
commit 08ea2d9627
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

8
go.mod

@ -5,7 +5,7 @@ go 1.23
require (
github.com/fatih/structtag v1.2.0
go.mongodb.org/mongo-driver v1.16.1
golang.org/x/net v0.21.0
golang.org/x/net v0.29.0
)
require (
@ -18,9 +18,9 @@ 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.22.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.18.0 // indirect
)
replace rockfic.com/orm => C:/rockfic/orm