Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

replaced godeps with glide #221

Merged
merged 1 commit into from
Jun 20, 2016
Merged

Conversation

cgonyeo
Copy link
Member

@cgonyeo cgonyeo commented Jun 15, 2016

Godep was continually being a drain on development resources of acbuild,
and thus this commit replaces godep with glide. Glide takes advantage of
the golang vendor experiment, and thus this change will drop support for
versions of Go less than 1.5.

For some reason git ate the last commit and GitHub closed the previous PR (#186), so I remade it.

@cgonyeo cgonyeo force-pushed the no-more-godep branch 2 times, most recently from de4d6bc to 8a92ab0 Compare June 15, 2016 20:27
acbuild vendors its dependencies. This is done mostly with the [glide][1] tool,
and [glide-vc][2] is used to strip unnecessary files from the dependencies.

These tools can be easily installed with a couple `go get` commands.
Copy link
Contributor

Choose a reason for hiding this comment

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

a couple of

@jonboulle
Copy link
Contributor

LGTM if it works

Godep was continually being a drain on development resources of acbuild,
and thus this commit replaces godep with glide. Glide takes advantage of
the golang vendor experiment, and thus this change will drop support for
versions of Go less than 1.5.
@cgonyeo cgonyeo merged commit 5edb0fe into containers:master Jun 20, 2016
@cgonyeo cgonyeo deleted the no-more-godep branch June 20, 2016 18:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants