diff --git a/flake.nix b/flake.nix index 3b800e12..70f1e75f 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit version; src = ./.; - vendorHash = "sha256-fEPm2xwljU/4b6lRp3Odbk6xN6+qIbJ7q1UUX7LCKLI="; + vendorHash = "sha256-YRySaHoj0si0I6/ZMDV67XteU+CNR7U3O44c2B4jYT8="; proxyVendor = true; subPackages = [ "cmd/scip" ]; diff --git a/go.mod b/go.mod index 5caf7957..767625c2 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.1 github.com/klauspost/compress v1.19.0 - github.com/montanaflynn/stats v0.9.0 + github.com/montanaflynn/stats v0.10.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.10.1 diff --git a/go.sum b/go.sum index a73f4c98..035b6285 100644 --- a/go.sum +++ b/go.sum @@ -153,8 +153,8 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP github.com/mattn/go-colorable v0.1.14/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.10.0 h1:8GQhct8Qup299/6gFmW3K3xRvPrdpmdjVCWRsZ5bnes= +github.com/montanaflynn/stats v0.10.0/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=