github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/mod_missing_repo.txt (about) 1 # Regression test for golang.org/issue/34094: modules hosted within gitlab.com 2 # subgroups could not be fetched because the server returned bogus go-import 3 # tags for prefixes of the module path. 4 5 [!net] skip 6 [!exec:git] skip 7 8 env GO111MODULE=on 9 env GOPROXY=direct 10 env GOSUMDB=off 11 12 ! go get -d vcs-test.golang.org/go/missingrepo/missingrepo-git 13 stderr 'vcs-test.golang.org/go/missingrepo/missingrepo-git: git ls-remote .*: exit status .*' 14 15 go get -d vcs-test.golang.org/go/missingrepo/missingrepo-git/notmissing