From e7f04334c32b8ff5ec004f7cee1303cb8644ba0a Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Mon, 18 May 2026 13:03:08 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1308) ## What? Regenerates `gomod2nix.toml` to reflect the current `go.mod` / `go.sum`. ## Why? Keeps the Nix build in sync with Go module changes. Without this, `nix build` fails when new or upgraded Go deps are missing from `gomod2nix.toml`. Generated automatically by the gomod2nix sync workflow. --- gomod2nix.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gomod2nix.toml b/gomod2nix.toml index 6fcaaa260c54cbbada3571865025dfdc4cfa215b..f7f89206a0e3135c066ffc4c13cb5178b0216405 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -157,6 +157,10 @@ schema = 3 version = 'v1.0.0' hash = 'sha256-6PzSE8lSOPqO7Y7axqmL+7CioDPap+Rgb2ETmhqBoHg=' + [mod.'github.com/wagslane/go-password-validator'] + version = 'v0.3.0' + hash = 'sha256-4Os6DWAt2B3EWVYfInUmYnGtwDTjS023YHykq/CXBLU=' + [mod.'github.com/xo/terminfo'] version = 'v0.0.0-20220910002029-abceb7e1c41e' hash = 'sha256-GyCDxxMQhXA3Pi/TsWXpA8cX5akEoZV7CFx4RO3rARU='