mirror of
https://github.com/tiennm99/postgresql-keepalive.git
synced 2026-05-16 16:59:40 +00:00
11 lines
154 B
Modula-2
11 lines
154 B
Modula-2
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
|
|
)
|