https://github.com/knightpp/modupdate
Tool to update direct dependencies in go.mod
https://github.com/knightpp/modupdate
dependencies go golang gomod
Last synced: 3 months ago
JSON representation
Tool to update direct dependencies in go.mod
- Host: GitHub
- URL: https://github.com/knightpp/modupdate
- Owner: knightpp
- License: mit
- Created: 2023-04-15T11:23:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:38:37.000Z (over 1 year ago)
- Last Synced: 2024-10-21T13:47:56.792Z (over 1 year ago)
- Topics: dependencies, go, golang, gomod
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modupdate
## [MOVED TO CODEBERG](https://codeberg.org/knightpp/modupdate)
Tool to update direct dependencies in go.mod
## Installation
### go install
```shell
go install github.com/knightpp/modupdate@latest
```
### nix install
```shell
nix profile install github:knightpp/modupdate
```