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

Adapted to Go 1.11 Modules #13

Merged
merged 1 commit into from
Oct 5, 2019
Merged

Conversation

uztbt
Copy link

@uztbt uztbt commented Sep 13, 2019

Why did I make this PR?

When I compiled my program that is using this battery module, the following line was added to my module's go.mod.

howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect

It is due to the absence of go.mod, and I'd like the battery to manage its dependencies by itself.

@KenjiTakahashi KenjiTakahashi merged commit aa540e5 into distatus:master Oct 5, 2019
@uztbt
Copy link
Author

uztbt commented Oct 9, 2019

@KenjiTakahashi
Thanks for merging!
Could you make a new tag such as v0.9.1?
I'm asking this beceuse Go programs that rely on this battery module still get v0.9.0, which does not have go.mod and go.sum.

@KenjiTakahashi
Copy link
Member

Added new tag now. Sorry for the delay!

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