Tool to update direct dependencies in go.mod
  • Go 67.5%
  • Nix 32.5%
Find a file
github-actions[bot] b28144224c
flake.lock: Update (#22)
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>
2025-04-01 10:45:08 +03:00
.github/workflows Update build.yml (#17) 2024-03-15 15:49:41 +02:00
.gitignore Add nix flake 2023-07-17 18:03:23 +03:00
build.nix Add build.nix helper 2025-03-24 13:37:54 +02:00
container.nix Refactor flake and update (#6) 2023-09-22 21:13:18 +03:00
flake.lock flake.lock: Update (#22) 2025-04-01 10:45:08 +03:00
flake.nix Format + update vendor sha 2025-03-24 13:37:42 +02:00
go.mod Update deps 2025-03-24 13:34:03 +02:00
go.sum Update deps 2025-03-24 13:34:03 +02:00
LICENSE Initial commit 2023-04-15 14:24:27 +03:00
main.go Fix lint warning 2025-03-24 13:34:18 +02:00
modupdate.nix Format + update vendor sha 2025-03-24 13:37:42 +02:00
README.md Include nix installation docs 2023-07-17 18:04:04 +03:00
version.go Fix for goreleaser 2023-05-21 21:33:03 +03:00

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