Skip to content

Commit

Permalink
Merge pull request containerd#23 from estesp/more-go-mod
Browse files Browse the repository at this point in the history
Use go.mod to get vendored content
  • Loading branch information
AkihiroSuda authored Jan 9, 2020
2 parents 184a308 + 6f558ec commit cbb5fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof

vendor/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- ls /usr/include/btrfs

install:
- go get -d ./...
- GO111MODULE="on" go mod vendor
- go get -u github.com/vbatts/git-validation
- go get -u github.com/kunalkushwaha/ltag

Expand Down

0 comments on commit cbb5fe5

Please sign in to comment.