Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 2a66e0d

Browse files
authored
Merge pull request #109 from rebuy-de/fix-dep
fix vendoring
2 parents 4ab8bcc + 47a71f1 commit 2a66e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golang.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gopkg.lock: Gopkg.toml
3535
touch Gopkg.lock
3636

3737
vendor: Gopkg.lock Gopkg.toml
38-
dep ensure
38+
dep ensure -vendor-only
3939
touch vendor
4040

4141
format:

0 commit comments

Comments
 (0)