-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7827 from hashicorp/deps-go-msgpack-v1.1.5
Harmonize go-msgpack/codec/codecgen
- Loading branch information
Showing
3 changed files
with
2 additions
and
12 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 |
---|---|---|
|
@@ -175,11 +175,7 @@ deps: ## Install build and development dependencies | |
GO111MODULE=on go get -u gotest.tools/gotestsum | ||
GO111MODULE=on go get -u github.com/fatih/hclfmt | ||
GO111MODULE=on go get -u github.com/golang/protobuf/[email protected] | ||
|
||
# The tag here must correspoond to codec version nomad uses, e.g. v1.1.5. | ||
# Though, v1.1.5 codecgen has a bug in code generator, so using a specific sha | ||
# here instead. | ||
GO111MODULE=on go get -u github.com/hashicorp/go-msgpack/codec/codecgen@f51b5189210768cf0d476580cf287620374d4f02 | ||
GO111MODULE=on go get -u github.com/hashicorp/go-msgpack/codec/[email protected] | ||
|
||
.PHONY: lint-deps | ||
lint-deps: ## Install linter dependencies | ||
|
This file was deleted.
Oops, something went wrong.
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