Files
katenary/go.mod
Patrice Ferlet 5a4d9e396d Add healtcheck + some fixes
- better docs
- add healtcheck based on docker-compoe commands or labels
- fix some problems on secret names
- better dependency check
2022-02-14 14:37:09 +01:00

9 lines
151 B
Modula-2

module katenary
go 1.16
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)