Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.3.0 / zip / testdata / create / exclude_vendor.txt
1 path=example.com/m
2 version=v1.0.0
3 hash=h1:5u93LDLN0Me+NGfZtRpA5mHxY8svfykHpq4CMSaBZyc=
4 -- go.mod --
5 module example.com/m
6
7 go 1.13
8 -- vendor/modules.txt --
9 included
10 see comment in isVendoredPackage and golang.org/issue/31562.
11 -- vendor/example.com/x/x.go --
12 excluded
13 -- sub/vendor/sub.txt --
14 excluded