move handling of config to script layer

This commit is contained in:
Frederik Ring
2021-08-24 09:01:44 +02:00
parent 2469597848
commit e0c4adc563
6 changed files with 58 additions and 122 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.17
require (
github.com/docker/docker v20.10.8+incompatible
github.com/gofrs/flock v0.8.1
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/leekchan/timeutil v0.0.0-20150802142658-28917288c48d
github.com/minio/minio-go/v7 v7.0.12
github.com/sirupsen/logrus v1.8.1