diff --git a/flake.nix b/flake.nix index 1c9f19af..3645c5a7 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit version; src = ./.; - vendorHash = "sha256-QI4z1pBj+41PB8CouXje15Mo2GCaz5YbiZNx0BcIxwk="; + vendorHash = "sha256-wISxKCUXle4X66fZafZGE+Uc+Wljt8G9XTLadjPjvdU="; proxyVendor = true; subPackages = [ "cmd/scip" ]; diff --git a/go.mod b/go.mod index d10b8597..b850617f 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/hhatto/gocloc v0.4.2 github.com/k0kubun/pp/v3 v3.5.1 github.com/klauspost/compress v1.18.6 - github.com/montanaflynn/stats v0.7.1 + 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/v2 v2.25.7 diff --git a/go.sum b/go.sum index 245c9d01..ca2482ee 100644 --- a/go.sum +++ b/go.sum @@ -156,8 +156,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.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE= -github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= +github.com/montanaflynn/stats v0.9.0 h1:tsBJ0RXwph9BmAuFoCmqGv6e8xa0MENQ8m0ptKq29mQ= +github.com/montanaflynn/stats v0.9.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=