diff --git a/flake.nix b/flake.nix index 253ca6dd..8cca35d5 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit version; src = ./.; - vendorHash = "sha256-nKJafbO7wBYpO4gi1JT6v71FaW5d4DLP7tMB6rXxK/o="; + vendorHash = "sha256-vaHwMkEm9iqAGZo2PlKpXOcD+he4x1gmkn1CkurtEgo="; proxyVendor = true; subPackages = [ "cmd/scip" ]; diff --git a/go.mod b/go.mod index cd79798a..9d429f6f 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/hhatto/gocloc v0.7.0 github.com/k0kubun/pp/v3 v3.5.2 github.com/klauspost/compress v1.19.0 - github.com/montanaflynn/stats v0.9.0 + github.com/montanaflynn/stats v0.12.2 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.10.1 diff --git a/go.sum b/go.sum index 25a96262..cab69df0 100644 --- a/go.sum +++ b/go.sum @@ -153,8 +153,8 @@ github.com/mattn/go-colorable v0.1.15 h1:+u9SLTRGnXv73cEsnsmoZBom+dMU88B2M0aDcWy github.com/mattn/go-colorable v0.1.15/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= -github.com/montanaflynn/stats v0.9.0 h1:tsBJ0RXwph9BmAuFoCmqGv6e8xa0MENQ8m0ptKq29mQ= -github.com/montanaflynn/stats v0.9.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= +github.com/montanaflynn/stats v0.12.2 h1:qHR+IveGjTbO+lnrz1nKR+xpIcOtovJ5Xu0cst99h80= +github.com/montanaflynn/stats v0.12.2/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4= github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=