From 3223ceb8ce0fe8d24c2319cac4542ed6cde4c85f Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Sat, 23 May 2026 13:42:08 +0400 Subject: [PATCH] chore: sync gomod2nix.toml (#1351) ## 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 | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/gomod2nix.toml b/gomod2nix.toml index 742fdbcd7f44556bc58acdda9b33e030be20f351..e5e8479ad40a5542b4e28a1ec84d1222e0de4778 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -78,8 +78,8 @@ schema = 3 hash = 'sha256-GO3az7WiGcwU0OvmocwdfR5ohGRL8NbjscIaMyhAdxE=' [mod.'github.com/cloudflare/circl'] - version = 'v1.6.2' - hash = 'sha256-5knvODjXemxl/8p1k+y1iMF3+iASZCNYcShbpuJNUDo=' + version = 'v1.6.3' + hash = 'sha256-XZm4EastgX67Dgm5BpOEW/PY4aLcHM/O8+Xbz26PuTY=' [mod.'github.com/danieljoos/wincred'] version = 'v1.2.3' @@ -113,10 +113,6 @@ schema = 3 version = 'v5.2.2' hash = 'sha256-j+LicPlXcB1R3oVFPa8cd4yVJLpBx+ca5gXmHqOJSN8=' - [mod.'github.com/golang/protobuf'] - version = 'v1.5.2' - hash = 'sha256-IVwooaIo46iq7euSSVWTBAdKd+2DUaJ67MtBao1DpBI=' - [mod.'github.com/google/uuid'] version = 'v1.6.0' hash = 'sha256-VWl9sqUzdOuhW0KzQlv0gwwUQClYkmZwSydHG2sALYw=' @@ -186,12 +182,12 @@ schema = 3 hash = 'sha256-/6Ajm6bIPt5xXNL5mmeNfJh4EZjgFgVlHEwp1TiC5cM=' [mod.'golang.org/x/net'] - version = 'v0.54.0' - hash = 'sha256-/EoIXzTQzK/yP/lxOyx0Z/bhns4FdPTIF4uyt4gIP80=' + version = 'v0.55.0' + hash = 'sha256-Phi2mSmBGOJcvqPPAit3uqF3UP8SKRI9dHj6yTM3s5s=' [mod.'golang.org/x/oauth2'] - version = 'v0.4.0' - hash = 'sha256-Dj9wHbSbs0Ghr9Hef0hSfanaR8L0GShI18jGBT3yNn8=' + version = 'v0.27.0' + hash = 'sha256-TBKV2c/m0SgPqrJSE0ltJXfImrYPafNuziLN25jgsYY=' [mod.'golang.org/x/sync'] version = 'v0.20.0' @@ -208,11 +204,3 @@ schema = 3 [mod.'golang.org/x/text'] version = 'v0.37.0' hash = 'sha256-8XDOnlPIybcDRy89fkjG5VqtIt5Ku+LmaqYhgKl7i1E=' - - [mod.'google.golang.org/appengine'] - version = 'v1.6.7' - hash = 'sha256-zIxGRHiq4QBvRqkrhMGMGCaVL4iM4TtlYpAi/hrivS4=' - - [mod.'google.golang.org/protobuf'] - version = 'v1.28.0' - hash = 'sha256-p1cVM3OeEErh1WeNRAg4n3zYm/0qPTPmIiWNjRmJiMQ='