From 9ceb4511de0680ec1501f54b35bed328b4b7afd1 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 25 Aug 2026 13:40:09 +0000 Subject: [PATCH] go.mod: set the lockstep notes off from the sorted requires go 1.27 tidy folds every require into one direct and one indirect block; a leading blank line is the only separation it keeps. --- flakehashes.json | 2 +- go.mod | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flakehashes.json b/flakehashes.json index 6ea845440..d8ce41989 100644 --- a/flakehashes.json +++ b/flakehashes.json @@ -1,6 +1,6 @@ { "vendor": { - "goModSum": "sha256-FqwMYiHc0uc873IaVIs6tJ5Dsk7BTWamm7s8FzFzC4U=", + "goModSum": "sha256-Q5sMC2P8WCO401TWTvfMhk69itUgnFP2Sn2BDNBGGeQ=", "sri": "sha256-uZ2BZ2xBOb2JMOV/ao74vRlY/7m0Tj1Pu84tc3s0+rE=" } } diff --git a/go.mod b/go.mod index 71ecbbb12..6f3bae230 100644 --- a/go.mod +++ b/go.mod @@ -50,6 +50,7 @@ require ( gopkg.in/yaml.v3 v3.0.1 gorm.io/driver/postgres v1.6.0 gorm.io/gorm v1.31.1 + // NOTE: modernc sqlite has a fragile dependency // chain and it is important that they are updated // in lockstep to ensure that they do not break @@ -236,6 +237,7 @@ require ( google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect google.golang.org/grpc v1.81.1 // indirect google.golang.org/protobuf v1.36.11 // indirect + // NOTE: gvisor must be updated in lockstep with // tailscale.com. The version used here should match // the version required by the tailscale.com dependency. @@ -244,6 +246,7 @@ require ( // https://github.com/tailscale/tailscale/blob/main/go.mod gvisor.dev/gvisor v0.0.0-20260224225140-573d5e7127a8 // indirect k8s.io/client-go v0.34.0 // indirect + // NOTE: keep in lockstep with modernc.org/sqlite; see the // upgrade note in the direct require block above. modernc.org/libc v1.72.3 // indirect