21 lines
566 B
Modula-2
21 lines
566 B
Modula-2
module git.loyso.art/frx/smthqueue
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/jackc/pgx/v5 v5.4.3
|
|
github.com/spf13/cobra v1.7.0
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
golang.org/x/sync v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|