chore: sync gomod2nix.toml (#1407)
Floatpane Bot
created 1 month ago
## 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.
Change summary
gomod2nix.toml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Detailed changes
@@ -6,8 +6,8 @@ schema = 3
hash = 'sha256-2OmqpBrl+taOJzAhVM6OReLmoYRxZOXx9JqFNjQjsPA='
[mod.'charm.land/bubbletea/v2']
- version = 'v2.0.6'
- hash = 'sha256-1jxXmcnI4peUE0Xs3HGe57pIhRONx235aAaeqm2r434='
+ version = 'v2.0.7'
+ hash = 'sha256-YOkvKUahFMMytHXr3AAABDifBtHt29930obiu/kx1vA='
[mod.'charm.land/lipgloss/v2']
version = 'v2.0.3'
@@ -54,8 +54,8 @@ schema = 3
hash = 'sha256-y+QDUxGOKhugEMQLRUTZYT2C+wKqYHnMLJ44jbh7+JA='
[mod.'github.com/charmbracelet/ultraviolet']
- version = 'v0.0.0-20260416155717-489999b90468'
- hash = 'sha256-HAex/0iEd42Wk1t+AR0O8J+F2ZAYU2sTw9ea0EfmKEU='
+ version = 'v0.0.0-20260525132238-948f4557a654'
+ hash = 'sha256-V0e1U50upnr+gWvao41MTiLHAbd5wAlt4GD8hiAVZ38='
[mod.'github.com/charmbracelet/x/ansi']
version = 'v0.11.7'