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

switch to go modules #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

switch to go modules #196

wants to merge 1 commit into from

Conversation

problame
Copy link

@problame problame commented Jun 3, 2020

  • Did not attempt to keep the same versions as in Gopkg.toml

Just ran

go mod init github.com/snagles/docker-registry-manager
cd app
go build

@codecov
Copy link

codecov bot commented Jun 3, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   19.84%   19.84%           
=======================================
  Files           8        8           
  Lines         398      398           
=======================================
  Hits           79       79           
  Misses        313      313           
  Partials        6        6           

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 3ab57d7...b68b6da. Read the comment docs.

@hacker
Copy link

hacker commented Nov 5, 2021

This is actually essential for building, had to do that before discovering this PR.

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.

2 participants