Skip to content

Commit 15f1730

Browse files
authored
chore: sync gomod2nix.toml (#1369)
## 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 4bd4513 commit 15f1730

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

gomod2nix.toml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ schema = 3
113113
version = 'v0.0.0-20241020182733-b788ff22d5a6'
114114
hash = 'sha256-eil7taerUmXI7lGOrcw56I0ilBzayRhhf1Sjixyc4oA='
115115

116+
[mod.'github.com/floatpane/termimage']
117+
version = 'v0.2.0'
118+
hash = 'sha256-Ycx9E1//VpJ35WnU1FWnp1cXIgkRmRnpXF/YqjGlyDw='
119+
116120
[mod.'github.com/godbus/dbus/v5']
117121
version = 'v5.2.2'
118122
hash = 'sha256-j+LicPlXcB1R3oVFPa8cd4yVJLpBx+ca5gXmHqOJSN8='
@@ -133,6 +137,10 @@ schema = 3
133137
version = 'v1.0.2'
134138
hash = 'sha256-GGxqzyMOYllPaIFTdZ/frUbXygzVP6BawoVKW9QNgSo='
135139

140+
[mod.'github.com/landlock-lsm/go-landlock']
141+
version = 'v0.8.1'
142+
hash = 'sha256-7H6/LBmv/d4vDIfZcJ0PeNiNU2PInkw29aQU1yHWxsU='
143+
136144
[mod.'github.com/lucasb-eyer/go-colorful']
137145
version = 'v1.4.0'
138146
hash = 'sha256-i/3GDHKEMLCy0kc3mtyk58UWYOPmKoUVaq6QCAWXKP0='
@@ -141,10 +149,6 @@ schema = 3
141149
version = 'v0.0.23'
142150
hash = 'sha256-SmChZ2U1aR8pW3LPhdM7KcVF5TO6VcHgRzBtUXbBWJA='
143151

144-
[mod.'github.com/mattn/go-sixel']
145-
version = 'v0.0.9'
146-
hash = 'sha256-RcvP/PeRkktTGtEowRAvJt9xIVakVNmA2+y0W9YB4/Y='
147-
148152
[mod.'github.com/microcosm-cc/bluemonday']
149153
version = 'v1.0.27'
150154
hash = 'sha256-EZSya9FLPQ83CL7N2cZy21fdS35hViTkiMK5f3op8Es='
@@ -161,10 +165,6 @@ schema = 3
161165
version = 'v0.1.1'
162166
hash = 'sha256-f2VsDI6G+V2w31tSDzbZPi9EI2E7jRV6Aq8yeOorSZY='
163167

164-
[mod.'github.com/soniakeys/quant']
165-
version = 'v1.0.0'
166-
hash = 'sha256-6PzSE8lSOPqO7Y7axqmL+7CioDPap+Rgb2ETmhqBoHg='
167-
168168
[mod.'github.com/wagslane/go-password-validator']
169169
version = 'v0.3.0'
170170
hash = 'sha256-4Os6DWAt2B3EWVYfInUmYnGtwDTjS023YHykq/CXBLU='
@@ -193,6 +193,10 @@ schema = 3
193193
version = 'v0.52.0'
194194
hash = 'sha256-/6Ajm6bIPt5xXNL5mmeNfJh4EZjgFgVlHEwp1TiC5cM='
195195

196+
[mod.'golang.org/x/image']
197+
version = 'v0.28.0'
198+
hash = 'sha256-TkfNKPRea7gWtH8mQCNHQc0ce6LIO7XDgOoH5U6P51Q='
199+
196200
[mod.'golang.org/x/net']
197201
version = 'v0.55.0'
198202
hash = 'sha256-Phi2mSmBGOJcvqPPAit3uqF3UP8SKRI9dHj6yTM3s5s='
@@ -216,3 +220,7 @@ schema = 3
216220
[mod.'golang.org/x/text']
217221
version = 'v0.37.0'
218222
hash = 'sha256-8XDOnlPIybcDRy89fkjG5VqtIt5Ku+LmaqYhgKl7i1E='
223+
224+
[mod.'kernel.org/pub/linux/libs/security/libcap/psx']
225+
version = 'v1.2.77'
226+
hash = 'sha256-oqlAG5XMkQ4toFSIbqGg+2biuw+IyNrogcMralnmvfA='

0 commit comments

Comments
 (0)