An open API service indexing awesome lists of open source software.

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

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
```