From 06deadfb3560fdc1451df67fc2ebccb1363bbfbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:42:00 +0000 Subject: [PATCH 1/3] Update module github.com/urfave/cli/v3 to v3.10.0 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8890e314..19ae7749 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/montanaflynn/stats v0.9.0 github.com/scip-code/scip/bindings/go/scip v0.0.0-00010101000000-000000000000 github.com/stretchr/testify v1.11.1 - github.com/urfave/cli/v3 v3.9.0 + github.com/urfave/cli/v3 v3.10.0 google.golang.org/protobuf v1.36.11 zombiezen.com/go/sqlite v1.4.2 ) diff --git a/go.sum b/go.sum index 3791182d..759436cb 100644 --- a/go.sum +++ b/go.sum @@ -180,6 +180,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/urfave/cli/v3 v3.9.0 h1:AV9lIiPv3ukYnxunaCUsHnEozptYmDN2F0+yWqLMn/c= github.com/urfave/cli/v3 v3.9.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso= +github.com/urfave/cli/v3 v3.10.0 h1:0aU8yOObVDMkM13Cj4G+zb4P0PdeJMec65f81Ak1ioM= +github.com/urfave/cli/v3 v3.10.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= From be25d847f55cc1e8cc1d8ca956ececfe17377d33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:44:43 +0000 Subject: [PATCH 2/3] chore: tidy Go modules and update vendor hashes --- flake.nix | 2 +- go.sum | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 04626ca5..7f2d00d3 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit version; src = ./.; - vendorHash = "sha256-WheG2CpEUDtzpqRuzRu+g0hDrfqVZu+2GNCntNJdfDQ="; + vendorHash = "sha256-Vun87RxWjm3BSx+h/CAArQ6eo3QSz5uIYCogez0Svgk="; proxyVendor = true; subPackages = [ "cmd/scip" ]; diff --git a/go.sum b/go.sum index 759436cb..72974800 100644 --- a/go.sum +++ b/go.sum @@ -178,8 +178,6 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/urfave/cli/v3 v3.9.0 h1:AV9lIiPv3ukYnxunaCUsHnEozptYmDN2F0+yWqLMn/c= -github.com/urfave/cli/v3 v3.9.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso= github.com/urfave/cli/v3 v3.10.0 h1:0aU8yOObVDMkM13Cj4G+zb4P0PdeJMec65f81Ak1ioM= github.com/urfave/cli/v3 v3.10.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= From 7cf9024e0372d8a298c165d385125432d70ba380 Mon Sep 17 00:00:00 2001 From: jupblb Date: Mon, 15 Jun 2026 11:44:23 +0200 Subject: [PATCH 3/3] Simplify cmd.Root().Writer to cmd.Writer in subcommands --- cmd/scip/convert.go | 2 +- cmd/scip/print.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/scip/convert.go b/cmd/scip/convert.go index e75d9173..50bfba18 100644 --- a/cmd/scip/convert.go +++ b/cmd/scip/convert.go @@ -61,7 +61,7 @@ Occurrences are stored opaquely as a blob to prevent the DB size from growing ve err := convertMain(indexPath, outputPath, cpuProfilePath, chunkSizeHint) if err == nil { fmt.Fprintf( - cmd.Root().Writer, + cmd.Writer, "Successfully converted SCIP index to SQLite database at %s\n", outputPath) } diff --git a/cmd/scip/print.go b/cmd/scip/print.go index 798150ed..8d89ee40 100644 --- a/cmd/scip/print.go +++ b/cmd/scip/print.go @@ -50,7 +50,7 @@ Do not rely on non-JSON output in scripts`, colorOutput = true } } - return printMain(indexPath, colorOutput, jsonOutput, cmd.Root().Writer) + return printMain(indexPath, colorOutput, jsonOutput, cmd.Writer) }, } return snapshot