Skip to content

Commit f38f3eb

Browse files
authored
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.
1 parent 99c6b94 commit f38f3eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gomod2nix.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ schema = 3
157157
version = 'v1.0.0'
158158
hash = 'sha256-6PzSE8lSOPqO7Y7axqmL+7CioDPap+Rgb2ETmhqBoHg='
159159

160+
[mod.'github.com/wagslane/go-password-validator']
161+
version = 'v0.3.0'
162+
hash = 'sha256-4Os6DWAt2B3EWVYfInUmYnGtwDTjS023YHykq/CXBLU='
163+
160164
[mod.'github.com/xo/terminfo']
161165
version = 'v0.0.0-20220910002029-abceb7e1c41e'
162166
hash = 'sha256-GyCDxxMQhXA3Pi/TsWXpA8cX5akEoZV7CFx4RO3rARU='

0 commit comments

Comments
 (0)