Tool to update direct dependencies in go.mod
- Go 67.5%
- Nix 32.5%
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/88195a94f390381c6afcdaa933c2f6ff93959cb4?narHash=sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs%3D' (2024-12-29)
→ 'github:NixOS/nixpkgs/52faf482a3889b7619003c0daec593a1912fddc1?narHash=sha256-6hl6L/tRnwubHcA4pfUUtk542wn2Om%2BD4UnDhlDW9BE%3D' (2025-03-30)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
||
|---|---|---|
| .github/workflows | ||
| .gitignore | ||
| build.nix | ||
| container.nix | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| modupdate.nix | ||
| README.md | ||
| version.go | ||
modupdate
Tool to update direct dependencies in go.mod
Installation
go install
go install github.com/knightpp/modupdate@latest
nix install
nix profile install github:knightpp/modupdate