mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-23 09:33:43 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
module "abc"
|
|
|
|
replace (
|
|
"xyz" v1.2.3 => "/tmp/z"
|
|
"xyz" v1.3.4 => "my/xyz" "v1.3.4-me"
|
|
xyz "v1.4.5" => "/tmp/my dir"
|
|
xyz v1.5.6 => my/xyz v1.5.6
|
|
|
|
xyz => my/other/xyz v1.5.4
|
|
)
|