diff --git a/flake.nix b/flake.nix index 73f9302f..8e7d95ac 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit version; src = ./.; - vendorHash = "sha256-z5vv4W5QtyM0YoquPT3ZqIdb6sJ6x6jHzE05i/4DMv4="; + vendorHash = "sha256-i72oclhuve5NlCnYnjxo240VGbVH4PCWGfeoDY25ntg="; proxyVendor = true; subPackages = [ "cmd/scip" ]; diff --git a/go.mod b/go.mod index ced820f6..c54d53c2 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.1.0 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 c3f401e0..818b1c39 100644 --- a/go.sum +++ b/go.sum @@ -160,6 +160,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE 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=