Skip to content

Commit

Permalink
Bump github.com/segmentio/fasthash
Browse files Browse the repository at this point in the history
Bumps [github.com/segmentio/fasthash](https://github.com/segmentio/fasthash) from 0.0.0-20180216231524-a72b379d632e to 1.0.3.
- [Commits](https://github.com/segmentio/fasthash/commits/v1.0.3)

---
updated-dependencies:
- dependency-name: github.com/segmentio/fasthash
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 1bdb07e commit 4b7a62a
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 37 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/prometheus/common v0.55.0
github.com/prometheus/prometheus v0.54.0
github.com/prometheus/statsd_exporter v0.26.0
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
github.com/segmentio/fasthash v1.0.3
github.com/sony/gobreaker v0.4.1
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,8 @@ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29 h1:BkTk4gynLjguayxrYxZoMZjBnA
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.29/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e h1:uO75wNGioszjmIzcY/tvdDYKRLVvzggtAmmJkn9j4GQ=
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e/go.mod h1:tm/wZFQ8e24NYaBGIlnO2WGCAi67re4HHuOm0sftE/M=
github.com/segmentio/fasthash v1.0.3 h1:EI9+KE1EwvMLBWwjpRDc+fEM+prwxDYbslddQGtrmhM=
github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY=
github.com/sercand/kuberesolver/v5 v5.1.1 h1:CYH+d67G0sGBj7q5wLK61yzqJJ8gLLC8aeprPTHb6yY=
github.com/sercand/kuberesolver/v5 v5.1.1/go.mod h1:Fs1KbKhVRnB2aDWN12NjKCB+RgYMWZJ294T3BtmVCpQ=
github.com/shirou/gopsutil/v3 v3.24.4 h1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU=
Expand Down
80 changes: 65 additions & 15 deletions vendor/github.com/segmentio/fasthash/fnv1a/hash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 68 additions & 17 deletions vendor/github.com/segmentio/fasthash/fnv1a/hash32.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,8 @@ github.com/sagikazarmark/slog-shim
# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
## explicit
github.com/sean-/seed
# github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
## explicit
# github.com/segmentio/fasthash v1.0.3
## explicit; go 1.11
github.com/segmentio/fasthash/fnv1a
# github.com/sercand/kuberesolver/v5 v5.1.1
## explicit; go 1.18
Expand Down

0 comments on commit 4b7a62a

Please sign in to comment.