2026-01-09 13:43:44 +01:00
|
|
|
module gitea.unbound.se/unboundsoftware/dbsetup
|
2025-06-10 18:46:50 +02:00
|
|
|
|
|
|
|
|
go 1.24.4
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
2025-10-03 13:55:42 +00:00
|
|
|
github.com/pressly/goose/v3 v3.26.0
|
2025-06-10 18:46:50 +02:00
|
|
|
github.com/uptrace/opentelemetry-go-extra/otelsqlx v0.3.2
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-08-24 21:54:26 +00:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2025-06-10 18:46:50 +02:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
|
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
|
|
|
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2 // indirect
|
|
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-08-24 21:54:26 +00:00
|
|
|
go.opentelemetry.io/otel v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.37.0 // indirect
|
2025-06-10 18:46:50 +02:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-08-24 21:54:26 +00:00
|
|
|
golang.org/x/sync v0.16.0 // indirect
|
2025-06-10 18:46:50 +02:00
|
|
|
)
|