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

Golang support #60

Open
silverwind opened this issue Nov 9, 2022 · 3 comments
Open

Golang support #60

silverwind opened this issue Nov 9, 2022 · 3 comments

Comments

@silverwind
Copy link
Owner

silverwind commented Nov 9, 2022

I think it's not too far-fetched to have lightweight support for other languages like golang or python which I use a lot personally and having a single tool to update all dependencies is certainly valuable.

For go, If there is a go.mod file in the project directory, updates could check the go dependencies for updates via git over https protocol, possibly mimicking go get behaviour. Ideally it should be done without any additional dependencies being introduced and no further action shall be taken if no go.mod file is present.

For python, use a similar procedure with pyproject.toml.

@silverwind silverwind changed the title Golang go.mod support Golang/PyPi support Dec 6, 2022
@silverwind
Copy link
Owner Author

silverwind commented Feb 25, 2023

Should have the languages configurable via --language js,go,py.

silverwind added a commit that referenced this issue Jun 16, 2023
silverwind added a commit that referenced this issue Jun 16, 2023
silverwind added a commit that referenced this issue Jun 16, 2023
* update readme (silverwind)
* add pypi support - #60 (silverwind)
* add unused -l argument, remove --help from readme, update deps (silverwind)
* remove -G option, remove it from --help (silverwind)
@silverwind
Copy link
Owner Author

silverwind commented Jun 16, 2023

Poetry support added in 14.2.0 via -l py or -f pyproject.toml.

@silverwind
Copy link
Owner Author

silverwind commented Jun 18, 2023

Golang support will likely require a git dependency or https://github.com/isomorphic-git/isomorphic-git (180kB).

@silverwind silverwind changed the title Golang/PyPi support Golang support Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant