feat(config): load and validate env-var config
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
module github.com/shcizo/package-updater
|
||||
|
||||
go 1.26.3
|
||||
|
||||
require (
|
||||
github.com/docker/docker v28.5.2+incompatible // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/prometheus/client_golang v1.23.2 // indirect
|
||||
github.com/stretchr/testify v1.11.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user