Make possible to declare cronTabs inside docker-compose file. ⇒ Also, add multiple compose file injection with `-c` arguments ⇒ Also, fixes “ignore depends on” for same pod ⇒ Also fixes * fix [Be able to specify compose.yml files and its override #21](https://github.com/metal3d/katenary/issues/21) * fix [Be able to ignore ports to expose in a katenary.io/ports list #16](https://github.com/metal3d/katenary/issues/16) And more fixes… (later, we will use branches in a better way, that was a hard, long fix process)
17 lines
570 B
Modula-2
17 lines
570 B
Modula-2
module katenary
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alessio/shellescape v1.4.1
|
|
github.com/compose-spec/compose-go v1.2.5
|
|
github.com/distribution/distribution/v3 v3.0.0-20220505155552-985711c1f414 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
golang.org/x/mod v0.5.1
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|