Skip to content

Commit 393e2a4

Browse files
committed
*: remove vendoring
specs-go acts as a package. No need to have vendoring in here as it would just cause major pain to people using the specs Go library. Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 84a74b0 commit 393e2a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-11735
lines changed

HACKING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,6 @@ Invocation:
8282
$ make check-license
8383
```
8484

85-
### Update vendored dependencies
86-
87-
This target updates all vendored dependencies to their newest available versions. The `glide` tools is being used for the actual management and `glide-vc` tool is being used for stripping down the vendor directory size.
88-
89-
Prerequisites:
90-
* [glide](https://github.com/Masterminds/glide)
91-
* [glide-vc](https://github.com/sgotti/glide-vc)
92-
93-
Invocation:
94-
```
95-
$ make update-deps
96-
```
97-
9885
### Clean build artifacts
9986

10087
This target cleans all generated/compiled artifacts.

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ help:
5252
@echo " * 'check-license' - check license headers in source files"
5353
@echo " * 'lint' - Execute the source code linter"
5454
@echo " * 'test' - Execute the unit tests"
55-
@echo " * 'update-deps' - Update vendored dependencies"
5655
@echo " * 'img/*.png' - Generate PNG from dot file"
5756

5857
fmt:
@@ -94,14 +93,6 @@ lint:
9493
test:
9594
go test -race -cover $(shell go list ./... | grep -v /vendor/)
9695

97-
## this uses https://github.com/Masterminds/glide and https://github.com/sgotti/glide-vc
98-
update-deps:
99-
@which glide > /dev/null 2>/dev/null || (echo "ERROR: glide not found. Consider 'make install.tools' target" && false)
100-
glide update --strip-vcs --strip-vendor --update-vendored --delete
101-
glide-vc --only-code --no-tests --use-lock-file
102-
# see http://sed.sourceforge.net/sed1line.txt
103-
find vendor -type f -exec sed -i="" -e :a -e '/^\n*$$/{$$d;N;ba' -e '}' "{}" \;
104-
10596
img/%.png: img/%.dot
10697
dot -Tpng $^ > $@
10798

glide.lock

Lines changed: 0 additions & 22 deletions
This file was deleted.

glide.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/github.com/opencontainers/go-digest/LICENSE.code

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)