From db06d387aaa442a6830f4df16869d59775938236 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Tue, 26 May 2026 22:24:53 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1364) ## 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gomod2nix.toml b/gomod2nix.toml index e5e8479ad40a5542b4e28a1ec84d1222e0de4778..6d5557502ae29c5a6ea28f89f1e963ec9f948380 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -45,6 +45,10 @@ schema = 3 version = 'v0.1.4' hash = 'sha256-ZZ7U5X0gWOu8zcjZcWbcpzGOGdycwq0TjTFh/eZHjXk=' + [mod.'github.com/aymerick/douceur'] + version = 'v0.2.0' + hash = 'sha256-NiBX8EfOvLXNiK3pJaZX4N73YgfzdrzRXdiBFe3X3sE=' + [mod.'github.com/charmbracelet/colorprofile'] version = 'v0.4.3' hash = 'sha256-y+QDUxGOKhugEMQLRUTZYT2C+wKqYHnMLJ44jbh7+JA=' @@ -117,6 +121,10 @@ schema = 3 version = 'v1.6.0' hash = 'sha256-VWl9sqUzdOuhW0KzQlv0gwwUQClYkmZwSydHG2sALYw=' + [mod.'github.com/gorilla/css'] + version = 'v1.0.1' + hash = 'sha256-6JwNHqlY2NpZ0pSQTyYPSpiNqjXOdFHqrUT10sv3y8A=' + [mod.'github.com/hashicorp/golang-lru/v2'] version = 'v2.0.7' hash = 'sha256-t1bcXLgrQNOYUVyYEZ0knxcXpsTk4IuJZDjKvyJX75g=' @@ -137,6 +145,10 @@ schema = 3 version = 'v0.0.9' hash = 'sha256-RcvP/PeRkktTGtEowRAvJt9xIVakVNmA2+y0W9YB4/Y=' + [mod.'github.com/microcosm-cc/bluemonday'] + version = 'v1.0.27' + hash = 'sha256-EZSya9FLPQ83CL7N2cZy21fdS35hViTkiMK5f3op8Es=' + [mod.'github.com/muesli/cancelreader'] version = 'v0.2.2' hash = 'sha256-uEPpzwRJBJsQWBw6M71FDfgJuR7n55d/7IV8MO+rpwQ='