mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-06-05 15:32:51 +00:00
pgstore (PostgreSQL backend) is not yet used in production. Move it to a separate branch/PR so ref-webi-go stays focused on the caching daemon itself. Removes pgx/v5 and its transitive deps from go.mod entirely.
6 lines
97 B
Modula-2
6 lines
97 B
Modula-2
module github.com/webinstall/webi-installers
|
|
|
|
go 1.26.1
|
|
|
|
require github.com/joho/godotenv v1.5.1
|