kopia lustrzana https://github.com/bugout-dev/moonstream
20 wiersze
531 B
Modula-2
20 wiersze
531 B
Modula-2
![]() |
module github.com/moonstream-to/api/probes
|
||
![]() |
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/jackc/pgx/v5 v5.3.1
|
||
|
github.com/spf13/cobra v1.7.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.0 // indirect
|
||
|
github.com/spf13/pflag v1.0.5 // indirect
|
||
|
golang.org/x/crypto v0.6.0 // indirect
|
||
|
golang.org/x/sync v0.1.0 // indirect
|
||
|
golang.org/x/text v0.7.0 // indirect
|
||
|
)
|