forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move from glide to dep (cadence-workflow#1010)
Dep generates a folder, _vendor-*, with copies of the source code for dependencies. Added this to .gitignore and set the "make copyright" check to skip that folder. Pruning is not enabled in the toml since that deletes files used during build. Updated contribution guide to talk about dep instead of glide. Set cadence version to 0.7.2
- Loading branch information
Showing
9 changed files
with
846 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
.tmp/ | ||
.vscode/ | ||
/vendor | ||
/_vendor-* | ||
/cadence | ||
.DS_Store | ||
test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.