mirror of
https://github.com/tiennm99/postgresql-keepalive.git
synced 2026-08-04 16:26:44 +00:00
11 lines
154 B
AMPL
11 lines
154 B
AMPL
module github.com/tiennm99/postgresql-keepalive
|
|
|
|
go 1.23.12
|
|
|
|
toolchain go1.24.10
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
)
|