Skip to content

Commit

Permalink
Fix/use vendor (#329)
Browse files Browse the repository at this point in the history
* add -mod=vendor flag to tests

* add dmsgpty vendor

* remove accidental change

* Vendor

Co-authored-by: Nikita Kryuchkov <[email protected]>
Former-commit-id: 62cb7b8
  • Loading branch information
jdknives and nkryuchkov authored Jun 2, 2020
1 parent b2577ce commit f65ad40
Show file tree
Hide file tree
Showing 17 changed files with 4,444 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pkg/visor/foo/
/*.json
/*.sh
/*.log
dmsgpty

# Ignore backup go.mod after running '/ci_scripts/go_mod_replace.sh'.
go.mod-e
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ script:
- make install-deps-ui
- make lint-ui
- make build-ui

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DOCKER_NETWORK?=SKYNET
DOCKER_NODE?=SKY01
DOCKER_OPTS?=GO111MODULE=on GOOS=linux # go options for compiling for docker container

TEST_OPTS_BASE:=-cover -timeout=5m
TEST_OPTS_BASE:=-cover -timeout=5m -mod=vendor

RACE_FLAG:=-race
GOARCH:=$(shell go env GOARCH)
Expand Down
194 changes: 194 additions & 0 deletions vendor/github.com/SkycoinProject/dmsg/dmsgpty/cli.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions vendor/github.com/SkycoinProject/dmsg/dmsgpty/const.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f65ad40

Please sign in to comment.