2026-06-30 13:01:01 +02:00
|
|
|
module git.riou.xyz/jriou/pgterminate
|
2021-03-17 12:25:35 +01:00
|
|
|
|
2026-06-30 12:59:21 +02:00
|
|
|
go 1.25.0
|
2025-05-27 12:59:23 +02:00
|
|
|
|
2026-06-30 12:59:21 +02:00
|
|
|
toolchain go1.25.11
|
2021-03-17 12:25:35 +01:00
|
|
|
|
|
|
|
|
require (
|
2026-06-30 12:59:21 +02:00
|
|
|
github.com/lib/pq v1.12.3
|
|
|
|
|
golang.org/x/crypto v0.53.0
|
2021-03-17 12:25:35 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
|
)
|
2023-01-14 09:32:27 +01:00
|
|
|
|
|
|
|
|
require (
|
2026-06-30 12:59:21 +02:00
|
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
|
|
|
golang.org/x/term v0.44.0 // indirect
|
2023-01-14 09:32:27 +01:00
|
|
|
)
|