Skip to content

simple Go modules cleanup #95

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

Merged
merged 2 commits into from
Sep 18, 2020
Merged

simple Go modules cleanup #95

merged 2 commits into from
Sep 18, 2020

Conversation

chrisd8088
Copy link
Member

@chrisd8088 chrisd8088 commented Sep 18, 2020

This is a very basic cleanup of the Go modules used in this repo, and explicitly not an update of them. They are still vendored at the 5-year-old revisions they've been at for a while, we just now have go.{mod,sum} and can do a bit of tidying with go mod tidy && go mod vendor.

Updates would be nice, of course, but might also introduce breakage, and since this isn't a maintained production system, just having enough to run go build on my dev instance is really all I was aiming for.

I also added lfs.db to .gitignore as it's generated by the lfs-test-server binary if you run it right in your Git working tree.

We match our dependency versions to those in our vendor directory
as listed in commit 00c176d,
and use Go 1.11 to match the main git-lfs repository.

Then we run "go mod tidy" and "go mod vendor" which simplifies
the contents of our vendor directory a bit.
@chrisd8088 chrisd8088 requested a review from a team September 18, 2020 05:38
@chrisd8088 chrisd8088 merged commit 74a6f6d into master Sep 18, 2020
@sharecreators-kevin
Copy link

Do you know any pruduction implemention repo,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.

3 participants