Initial version of pg_autoconfig
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-03 00:46:52 +02:00
parent 1a2b57b9c1
commit ec1b611781
5 changed files with 310 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module git.ivasoft.cz/sw/pg_autoconfig
go 1.21
require github.com/sirupsen/logrus v1.9.0
require golang.org/x/sys v0.15.0 // indirect