All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m23s
24 lines
692 B
Modula-2
24 lines
692 B
Modula-2
module git.kanopo.dev/rhythm/rhythm-backend
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/jackc/pgx/v5 v5.9.2
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/pressly/goose v2.7.0+incompatible
|
|
github.com/pressly/goose/v3 v3.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.1
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
)
|