aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_git_export_subst.txt
blob: a28b4f2d67b1e858cc56b1d3597f999aefdb088f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
env GO111MODULE=on
env GOPROXY=direct

# Testing that git export-subst is disabled
[!net] skip
[!exec:git] skip
go build

-- x.go --
package x

import _ "github.com/jasonkeene/export-subst"

-- go.mod --
module x

require github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626

-- go.sum --
github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626 h1:AUkXi/xFnm7lH2pgtvVkGb7buRn1ywFHw+xDpZ29Rz0=
github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626/go.mod h1:DwJXqVtrgrQkv3Giuf2Jh4YyubVe7y41S1eOIaysTJw=