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

Migrate to Go modules #88

Closed
wants to merge 3 commits into from
Closed

Migrate to Go modules #88

wants to merge 3 commits into from

Conversation

stone-z
Copy link

@stone-z stone-z commented Jan 17, 2020

Moving to Go modules wherever possible. Moving this will help unblock moving api

@stone-z stone-z requested a review from a team January 17, 2020 05:13
@stone-z stone-z self-assigned this Jan 17, 2020
github.com/beorn7/perks v1.0.1 // indirect
github.com/coreos/go-semver v0.2.0 // indirect
github.com/giantswarm/microclient v0.0.0-20190809131213-459b479d046f
github.com/giantswarm/microerror v0.0.0-20190723062816-5b803268ed51
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue as @omegas27 had to discover in this thread:
giantswarm/apiextensions#319 (comment)

So moving to go modules only really works for fully independent projects ( meaning projects that aren't imported anywhere) like opsctl, gsctl, retagger - maybe ci-cleaner?

@xh3b4sd
Copy link
Contributor

xh3b4sd commented Mar 26, 2020

Rolling my own.

@xh3b4sd xh3b4sd closed this Mar 26, 2020
@xh3b4sd xh3b4sd deleted the go-modules branch March 26, 2020 12:29
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.

3 participants