github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/init/glide/case2/initial/glide.yaml (about) 1 package: github.com/golang/notexist 2 homepage: http://example.com 3 license: MIT 4 owners: 5 - name: Sam Boyer 6 email: sdboyer@example.com 7 homepage: http://sdboyer.io 8 ignore: 9 - github.com/sdboyer/dep-test 10 excludeDirs: 11 - samples 12 import: 13 - package: github.com/sdboyer/deptest # This is a transitive dep and will be ignored 14 repo: https://github.com/sdboyer/deptest.git 15 vcs: git 16 version: v1.0.0 17 - package: github.com/sdboyer/deptestdos 18 version: v2.0.0 19 testImport: 20 - package: github.com/golang/lint