Skip to content

Commit

Permalink
Merge pull request #560 from deniszh/dzhdanov/upd-040723
Browse files Browse the repository at this point in the history
Update go-whisper
  • Loading branch information
deniszh committed Jul 4, 2023
2 parents 76eb567 + 6da8386 commit 880c21d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/dgryski/go-trigram v0.0.0-20160407183937-79ec494e1ad0
github.com/dgryski/httputil v0.0.0-20160116060654-189c2918cd08
github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794
github.com/go-graphite/go-whisper v0.0.0-20230316154527-2337c74b5007
github.com/go-graphite/go-whisper v0.0.0-20230526115116-e3110f57c01c
github.com/go-graphite/protocol v1.0.1-0.20220718132526-4b842ba389ee
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794 h1:9N+1I8z47huAZdcBWVIqfZZPzIzMyXqGd3uR21QN5mA=
github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794/go.mod h1:sfZ+AkP8/bBcWSGVqhseV6t6e/+C0i/PkTpA32W5rXs=
github.com/go-graphite/go-whisper v0.0.0-20230221132853-95257dc0091a h1:d5ri9aVVwjXmbn9PCQsLlrtfoxDsiUMEoin7dLGtKY0=
github.com/go-graphite/go-whisper v0.0.0-20230221132853-95257dc0091a/go.mod h1:1edRhfqJoiHSjN72nYptHK0YR4yYt8aPC4NRHWhT0XE=
github.com/go-graphite/go-whisper v0.0.0-20230221134257-6774e38a461b h1:vyKMs7TOeAoxwklVChPObeimZHmOR1IiqTvQox4z8xA=
github.com/go-graphite/go-whisper v0.0.0-20230221134257-6774e38a461b/go.mod h1:1edRhfqJoiHSjN72nYptHK0YR4yYt8aPC4NRHWhT0XE=
github.com/go-graphite/go-whisper v0.0.0-20230316154527-2337c74b5007 h1:jfpukwFZGuZhWTKbGL+qNJB32CDBcERIQ+03hnPsdIs=
github.com/go-graphite/go-whisper v0.0.0-20230316154527-2337c74b5007/go.mod h1:1edRhfqJoiHSjN72nYptHK0YR4yYt8aPC4NRHWhT0XE=
github.com/go-graphite/go-whisper v0.0.0-20230526115116-e3110f57c01c h1:Edc/U64p3BAlAm/V8WLjEwK4WxC2eq1FOyLw3yO99zg=
github.com/go-graphite/go-whisper v0.0.0-20230526115116-e3110f57c01c/go.mod h1:1edRhfqJoiHSjN72nYptHK0YR4yYt8aPC4NRHWhT0XE=
github.com/go-graphite/protocol v1.0.1-0.20220718132526-4b842ba389ee h1:Sb63UbLUOXtKFIfNfZIkWrs73vWD0ZKzrBdTjvlVOBQ=
github.com/go-graphite/protocol v1.0.1-0.20220718132526-4b842ba389ee/go.mod h1:puWkW2DFZi46CaLY1rxYhkDiBDFlpaTDaMjcE/Cd9gw=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
Expand Down
19 changes: 14 additions & 5 deletions vendor/github.com/go-graphite/go-whisper/whisper.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ github.com/eapache/queue
# github.com/go-graphite/carbonzipper v0.0.0-20180329125635-fedce067a794
## explicit
github.com/go-graphite/carbonzipper/zipper/httpHeaders
# github.com/go-graphite/go-whisper v0.0.0-20230316154527-2337c74b5007
# github.com/go-graphite/go-whisper v0.0.0-20230526115116-e3110f57c01c
## explicit; go 1.18
github.com/go-graphite/go-whisper
# github.com/go-graphite/protocol v1.0.1-0.20220718132526-4b842ba389ee
Expand Down

0 comments on commit 880c21d

Please sign in to comment.