Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Savolro
Copy link

@Savolro Savolro commented Oct 16, 2019

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

@codecov-io
Copy link

codecov-io commented Oct 16, 2019

Codecov Report

Merging #2 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6abb484...907ba62. Read the comment docs.

deps: ## Ensure package dependencies are available
@dep ensure
download: ## download dependencies
@ go get -t ./...
Copy link
Author

@Savolro Savolro Oct 16, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants