env GOPROXY=direct
env GONOSUMDB=vcs-test.golang.org

# Testing that git export-subst is disabled
[short] skip 'uses git'
[!git] skip
go build

-- x.go --
package x

import _ "vcs-test.golang.org/git/export-subst.git"

-- go.mod --
module x

require vcs-test.golang.org/git/export-subst.git v0.0.0-20180927204031-98817ac105fc

-- go.sum --
vcs-test.golang.org/git/export-subst.git v0.0.0-20180927204031-98817ac105fc h1:JSFJzPmCTsz2eFs1jjb40Tun7DZZ6TZQUWgsh8VNZYE=
vcs-test.golang.org/git/export-subst.git v0.0.0-20180927204031-98817ac105fc/go.mod h1:UgzsJqCUIrlpaTSm+IYkSmrpeo+9g12tsw/rNKnMfwE=
