All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m12s
21 lines
579 B
Modula-2
21 lines
579 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/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/sethvargo/go-retry v0.3.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
)
|