- better docs - add healtcheck based on docker-compoe commands or labels - fix some problems on secret names - better dependency check
9 lines
151 B
Modula-2
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
|
|
)
|