Skip to content

Commit e1a2374

Browse files
renovate[bot]mveitas
authored andcommitted
fix(deps): update module github.com/axiomhq/hyperloglog to v0.2.2 (grafana#15524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 083ca0e commit e1a2374

File tree

10 files changed

+647
-39
lines changed

10 files changed

+647
-39
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ require (
116116
github.com/DmitriyVTitov/size v1.5.0
117117
github.com/IBM/go-sdk-core/v5 v5.18.3
118118
github.com/IBM/ibm-cos-sdk-go v1.12.0
119-
github.com/axiomhq/hyperloglog v0.2.0
119+
github.com/axiomhq/hyperloglog v0.2.2
120120
github.com/buger/jsonparser v1.1.1
121121
github.com/d4l3k/messagediff v1.2.1
122122
github.com/dolthub/swiss v0.2.1
@@ -174,6 +174,7 @@ require (
174174
github.com/gorilla/handlers v1.5.2 // indirect
175175
github.com/hashicorp/golang-lru v1.0.2 // indirect
176176
github.com/imdario/mergo v0.3.16 // indirect
177+
github.com/kamstrup/intmap v0.5.1 // indirect
177178
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
178179
github.com/mattn/go-runewidth v0.0.16 // indirect
179180
github.com/mdlayher/socket v0.5.1 // indirect

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 h1:yDxvkz3/uOKfxnv8YhzOi9m+2OGI
222222
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4/go.mod h1:9XEUty5v5UAsMiFOBJrNibZgwCeOma73jgGwwhgffa8=
223223
github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro=
224224
github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg=
225-
github.com/axiomhq/hyperloglog v0.2.0 h1:u1XT3yyY1rjzlWuP6NQIrV4bRYHOaqZaovqjcBEvZJo=
226-
github.com/axiomhq/hyperloglog v0.2.0/go.mod h1:GcgMjz9gaDKZ3G0UMS6Fq/VkZ4l7uGgcJyxA7M+omIM=
225+
github.com/axiomhq/hyperloglog v0.2.2 h1:9X9rOdYx82zXKgd1aMsDZNUw3d7DKAHhd2J305HZPA8=
226+
github.com/axiomhq/hyperloglog v0.2.2/go.mod h1:DLUK9yIzpU5B6YFLjxTIcbHu1g4Y1WQb1m5RH3radaM=
227227
github.com/baidubce/bce-sdk-go v0.9.208 h1:tbtfU0Oawmd422UpUucv5HLNXmHxw9BcLFFbTtkXcDI=
228228
github.com/baidubce/bce-sdk-go v0.9.208/go.mod h1:zbYJMQwE4IZuyrJiFO8tO8NbtYiKTFTbwh4eIsqjVdg=
229229
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 h1:6df1vn4bBlDDo4tARvBm7l6KA9iVMnE3NWizDeWSrps=
@@ -757,6 +757,8 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV
757757
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
758758
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
759759
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
760+
github.com/kamstrup/intmap v0.5.1 h1:ENGAowczZA+PJPYYlreoqJvWgQVtAmX1l899WfYFVK0=
761+
github.com/kamstrup/intmap v0.5.1/go.mod h1:gWUVWHKzWj8xpJVFf5GC0O26bWmv3GqdnIX/LMT6Aq4=
760762
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
761763
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
762764
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=

vendor/github.com/axiomhq/hyperloglog/hyperloglog.go

+16-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/axiomhq/hyperloglog/sparse.go

+43-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kamstrup/intmap/.gitignore

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kamstrup/intmap/LICENSE

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kamstrup/intmap/README.md

+52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)