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

chore(dep): migrated from dep to Go modules #17

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

Conversation

binkkatal
Copy link

@binkkatal binkkatal commented Sep 7, 2020

Closes #18

Support go modules

With the new go version and avoid dependency conflicts, support to go mod

depricate dep as dependency manager

Its better to use go mod the official dependency manager from go

@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #17 into master will increase coverage by 1.99%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   76.19%   78.18%   +1.99%     
==========================================
  Files           3        3              
  Lines          63       55       -8     
==========================================
- Hits           48       43       -5     
+ Misses         14       11       -3     
  Partials        1        1              
Impacted Files Coverage Δ
logger.go 100.00% <0.00%> (ø)
log.go 90.47% <0.00%> (+2.47%) ⬆️
util.go 62.96% <0.00%> (+2.96%) ⬆️

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 372d351...c80ed4d. Read the comment docs.

@fenollp
Copy link

fenollp commented Jun 27, 2022

What can one do to move this forward? Thanks

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.

Depricate dep and use go mod
2 participants