1path=example.com/m 2version=v1.0.0 3hash=h1:5u93LDLN0Me+NGfZtRpA5mHxY8svfykHpq4CMSaBZyc= 4-- go.mod -- 5module example.com/m 6 7go 1.13 8-- vendor/modules.txt -- 9included 10see comment in isVendoredPackage and golang.org/issue/31562. 11-- vendor/example.com/x/x.go -- 12excluded 13-- sub/vendor/sub.txt -- 14excluded