-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replaced gopkg with go mod #2
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=======================================
Coverage 95.04% 95.04%
=======================================
Files 10 10
Lines 303 303
=======================================
Hits 288 288
Misses 15 15 Continue to review full report at Codecov.
|
deps: ## Ensure package dependencies are available | ||
@dep ensure | ||
download: ## download dependencies | ||
@ go get -t ./... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here you can also use go mod download
. Make sure that GO111MODULES=on
Solved #1 and updated go version to 1.12 (1.11 is minimum with go modules). You can also upgrade to 1.13 by changing version in travis and your Makefile