File: replace2.in

package info (click to toggle)
golang-golang-x-mod 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 932 kB
  • sloc: sh: 6; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
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
)