Skip to content

Commit 7dd0fc5

Browse files
authored
chore: sync gomod2nix.toml (#1672)
## 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 19e9660 commit 7dd0fc5

1 file changed

Lines changed: 10 additions & 46 deletions

File tree

gomod2nix.toml

Lines changed: 10 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,14 @@ schema = 3
4545
version = 'v0.1.4'
4646
hash = 'sha256-ZZ7U5X0gWOu8zcjZcWbcpzGOGdycwq0TjTFh/eZHjXk='
4747

48-
[mod.'github.com/aymanbagabas/go-osc52/v2']
49-
version = 'v2.0.1'
50-
hash = 'sha256-6Bp0jBZ6npvsYcKZGHHIUSVSTAMEyieweAX2YAKDjjg='
51-
5248
[mod.'github.com/aymerick/douceur']
5349
version = 'v0.2.0'
5450
hash = 'sha256-NiBX8EfOvLXNiK3pJaZX4N73YgfzdrzRXdiBFe3X3sE='
5551

56-
[mod.'github.com/charmbracelet/bubbletea']
57-
version = 'v1.3.10'
58-
hash = 'sha256-7wr85TLszu1CHNEMv+o4w+r24Z0xdzCgecPv+ZtRX/A='
59-
6052
[mod.'github.com/charmbracelet/colorprofile']
6153
version = 'v0.4.3'
6254
hash = 'sha256-y+QDUxGOKhugEMQLRUTZYT2C+wKqYHnMLJ44jbh7+JA='
6355

64-
[mod.'github.com/charmbracelet/lipgloss']
65-
version = 'v1.1.0'
66-
hash = 'sha256-RHsRT2EZ1nDOElxAK+6/DC9XAaGVjDTgPvRh3pyCfY4='
67-
6856
[mod.'github.com/charmbracelet/ultraviolet']
6957
version = 'v0.0.0-20260703014108-f5a850f9c2b7'
7058
hash = 'sha256-cWqmxeaaHGrESdwZVtCv8mDw1Ta4xFpXidWDeIZfuHA='
@@ -73,10 +61,6 @@ schema = 3
7361
version = 'v0.11.7'
7462
hash = 'sha256-q8BZJq4K7NE5ETocN9/G/EoV0dUyD703ONSfHiUYzWQ='
7563

76-
[mod.'github.com/charmbracelet/x/cellbuf']
77-
version = 'v0.0.15'
78-
hash = 'sha256-0S60XaWhKZG+TB3Kqe1oMn2Okwdq53nym8XayVSHHiM='
79-
8064
[mod.'github.com/charmbracelet/x/term']
8165
version = 'v0.2.2'
8266
hash = 'sha256-KF7IU1Luxl/sZP6XjomWB2e3lxSUS4/5AahhapGir/4='
@@ -129,13 +113,9 @@ schema = 3
129113
version = 'v0.0.0-20241020182733-b788ff22d5a6'
130114
hash = 'sha256-eil7taerUmXI7lGOrcw56I0ilBzayRhhf1Sjixyc4oA='
131115

132-
[mod.'github.com/erikgeiser/coninput']
133-
version = 'v0.0.0-20211004153227-1c3628e74d0f'
134-
hash = 'sha256-OWSqN1+IoL73rWXWdbbcahZu8n2al90Y3eT5Z0vgHvU='
135-
136116
[mod.'github.com/floatpane/bubble-overlay']
137-
version = 'v0.2.0'
138-
hash = 'sha256-a8aqIcH7IJd6WVWroortjIr6vpQ30AKepdwLJi/1+ms='
117+
version = 'v0.3.0'
118+
hash = 'sha256-AMOw+vBula3HvonwYjlMYiu5nQx5QIMRxhpKhRE6ynY='
139119

140120
[mod.'github.com/floatpane/go-icalendar']
141121
version = 'v0.0.1'
@@ -193,14 +173,6 @@ schema = 3
193173
version = 'v1.4.0'
194174
hash = 'sha256-i/3GDHKEMLCy0kc3mtyk58UWYOPmKoUVaq6QCAWXKP0='
195175

196-
[mod.'github.com/mattn/go-isatty']
197-
version = 'v0.0.20'
198-
hash = 'sha256-qhw9hWtU5wnyFyuMbKx+7RB8ckQaFQ8D+8GKPkN3HHQ='
199-
200-
[mod.'github.com/mattn/go-localereader']
201-
version = 'v0.0.1'
202-
hash = 'sha256-JlWckeGaWG+bXK8l8WEdZqmSiTwCA8b1qbmBKa/Fj3E='
203-
204176
[mod.'github.com/mattn/go-runewidth']
205177
version = 'v0.0.24'
206178
hash = 'sha256-t2uvZkmlTXQCj76p4poI9y82iziJX2lF44UhkLgLN40='
@@ -209,18 +181,10 @@ schema = 3
209181
version = 'v1.0.27'
210182
hash = 'sha256-EZSya9FLPQ83CL7N2cZy21fdS35hViTkiMK5f3op8Es='
211183

212-
[mod.'github.com/muesli/ansi']
213-
version = 'v0.0.0-20230316100256-276c6243b2f6'
214-
hash = 'sha256-qRKn0Bh2yvP0QxeEMeZe11Vz0BPFIkVcleKsPeybKMs='
215-
216184
[mod.'github.com/muesli/cancelreader']
217185
version = 'v0.2.2'
218186
hash = 'sha256-uEPpzwRJBJsQWBw6M71FDfgJuR7n55d/7IV8MO+rpwQ='
219187

220-
[mod.'github.com/muesli/termenv']
221-
version = 'v0.16.0'
222-
hash = 'sha256-hGo275DJlyLtcifSLpWnk8jardOksdeX9lH4lBeE3gI='
223-
224188
[mod.'github.com/rivo/uniseg']
225189
version = 'v0.4.7'
226190
hash = 'sha256-rDcdNYH6ZD8KouyyiZCUEy8JrjOQoAkxHBhugrfHjFo='
@@ -270,20 +234,20 @@ schema = 3
270234
hash = 'sha256-TBKV2c/m0SgPqrJSE0ltJXfImrYPafNuziLN25jgsYY='
271235

272236
[mod.'golang.org/x/sync']
273-
version = 'v0.21.0'
274-
hash = 'sha256-2n7PVb1krz7UpnXYGVmCrxV0fZBnjQdVVt6eVudEPYY='
237+
version = 'v0.22.0'
238+
hash = 'sha256-VZjl0fAM0p/nI81zh+pdBjzxFupx0UcKYXBBpL2ZS7k='
275239

276240
[mod.'golang.org/x/sys']
277-
version = 'v0.46.0'
278-
hash = 'sha256-NzRXMSEk6upeudJvUEPVnw6clJ3d8UdC/vdfANWAc8g='
241+
version = 'v0.47.0'
242+
hash = 'sha256-TpbRyWWqHjddP6QzUgAbaLd2EE0S+GYNRUIDJd18r98='
279243

280244
[mod.'golang.org/x/term']
281-
version = 'v0.44.0'
282-
hash = 'sha256-nzbvOgvGRbx1qpq1rbk7b6zNsNeNj8mOGoyZLtnzq3w='
245+
version = 'v0.45.0'
246+
hash = 'sha256-vPBeJkepEZ1D9k4oaV20IuQlVmfAFv15KQgnhl9MNgw='
283247

284248
[mod.'golang.org/x/text']
285-
version = 'v0.38.0'
286-
hash = 'sha256-PzREcn7yzTAJ0WBvyYL/2/r+tfoeKTY/E5HVXi/CJsU='
249+
version = 'v0.40.0'
250+
hash = 'sha256-LJfnki46XEreGbSgjl+DeqgcTsINTOu2owyXNvijMcA='
287251

288252
[mod.'kernel.org/pub/linux/libs/security/libcap/psx']
289253
version = 'v1.2.77'

0 commit comments

Comments
 (0)