mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-24 18:13:08 +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
165 B
Plaintext
11 lines
165 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
|
|
)
|