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

Go mod support #832

Closed
wants to merge 3 commits into from
Closed

Go mod support #832

wants to merge 3 commits into from

Conversation

asahasrabuddhe
Copy link
Member

Added a go.mod file

Henceforth, we can support go modules through our version tags. Better vendoring :)


require (
github.com/BurntSushi/toml v0.3.1
gopkg.in/urfave/cli.v1 v1.20.0
Copy link
Contributor

Choose a reason for hiding this comment

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

This is back

Copy link
Member Author

Choose a reason for hiding this comment

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

I think that is there due to the package being referenced in the flag type in the altsrc package. We would need to find a way to eventually merge it into the main package and get rid of this too in the process.

@AudriusButkevicius
Copy link
Contributor

See #831

@asahasrabuddhe
Copy link
Member Author

thanks i will use that instead

@meatballhat meatballhat deleted the go-mod-support branch April 21, 2022 22:34
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