One go mod tidy later

This commit is contained in:
Melody Becker 2025-03-28 16:16:09 +01:00
parent 8d72036519
commit 57214ecde0
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
2 changed files with 16 additions and 16 deletions

12
go.mod
View file

@ -1,8 +1,8 @@
module git.mstar.dev/mstar/linstrom
go 1.23
go 1.23.0
toolchain go1.23.0
toolchain go1.23.7
require (
git.mstar.dev/mstar/goutils v1.9.1
@ -25,6 +25,7 @@ require (
github.com/testcontainers/testcontainers-go/modules/postgres v0.35.0
github.com/xhit/go-simple-mail/v2 v2.16.0
gitlab.com/mstarongitlab/goap v1.1.0
golang.org/x/crypto v0.36.0
golang.org/x/image v0.20.0
gorm.io/driver/postgres v1.5.7
gorm.io/gen v0.3.26
@ -46,7 +47,7 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sync v0.12.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
@ -124,11 +125,10 @@ require (
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/datatypes v1.2.5 // indirect