AMPL · 673 bytes Raw Blame History
1 module github.com/tenseleyFlow/shithub
2
3 go 1.26.2
4
5 require (
6 github.com/jackc/pgx/v5 v5.9.2
7 github.com/pressly/goose/v3 v3.27.1
8 github.com/spf13/cobra v1.10.2
9 )
10
11 require (
12 github.com/inconshreveable/mousetrap v1.1.0 // indirect
13 github.com/jackc/pgpassfile v1.0.0 // indirect
14 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
15 github.com/jackc/puddle/v2 v2.2.2 // indirect
16 github.com/mfridman/interpolate v0.0.2 // indirect
17 github.com/sethvargo/go-retry v0.3.0 // indirect
18 github.com/spf13/pflag v1.0.9 // indirect
19 go.uber.org/multierr v1.11.0 // indirect
20 golang.org/x/sync v0.20.0 // indirect
21 golang.org/x/text v0.36.0 // indirect
22 )