Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/grafana/loki/pkg/push digest to 5a87ccb #804

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/go-kit/log v0.2.1
github.com/go-ping/ping v1.1.0
github.com/gogo/status v1.1.1
github.com/grafana/loki/pkg/push v0.0.0-20240715073441-e506995e595b
github.com/grafana/loki/pkg/push v0.0.0-20240726221232-5a87ccb648ee
github.com/jpillora/backoff v1.0.0
github.com/mccutchen/go-httpbin/v2 v2.14.0
github.com/quasilyte/go-ruleguard/dsl v0.3.22
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/grafana/loki/pkg/push v0.0.0-20240715073441-e506995e595b h1:Lc82HfR3klEMsEyS/Kj7KcJA5KheYITa77lqTp1ZpiQ=
github.com/grafana/loki/pkg/push v0.0.0-20240715073441-e506995e595b/go.mod h1:lJEF/Wh5MYlmBem6tOYAFObkLsuikfrEf8Iy9AdMPiQ=
github.com/grafana/loki/pkg/push v0.0.0-20240726221232-5a87ccb648ee h1:yfyETJZDs81YtR4OliFCPZ/nj59er1LQ5060bfHbF1U=
github.com/grafana/loki/pkg/push v0.0.0-20240726221232-5a87ccb648ee/go.mod h1:lJEF/Wh5MYlmBem6tOYAFObkLsuikfrEf8Iy9AdMPiQ=
github.com/grafana/mtr v0.1.1-0.20221107202107-a9806fdda166 h1:COSDtVDArtLKK9p+mkUlPXCfWFslQFVVuQos39vxQrU=
github.com/grafana/mtr v0.1.1-0.20221107202107-a9806fdda166/go.mod h1:qDO1rp1hUZzunyD0f38VNbY0j6k+ZFRNZkHl3jbn/MU=
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc h1:GN2Lv3MGO7AS6PrRoT6yV5+wkrOpcszoIsO4+4ds248=
Expand Down