Skip to content

Commit

Permalink
Merge pull request #45 from xaque208/renovate/github.com-grafana-dski…
Browse files Browse the repository at this point in the history
…t-digest

fix(deps): update github.com/grafana/dskit digest to 95c1e73
  • Loading branch information
zachfi committed Sep 22, 2022
2 parents 4dd794d + 12daf0f commit 0563e97
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/go-kit/log v0.2.1
github.com/grafana/dskit v0.0.0-20220831093637-e414922a81f2
github.com/grafana/dskit v0.0.0-20220920070831-95c1e73ed605
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB7
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grafana/dskit v0.0.0-20220331160727-49faf69f72ca/go.mod h1:q51XdMLLHNZJSG6KOGujC20ed2OoLFdx0hBmOEVfRs0=
github.com/grafana/dskit v0.0.0-20220831093637-e414922a81f2 h1:xHYLBYuV9wizl9b2zXCb43BoxBOfc9TsEinU6GhS88M=
github.com/grafana/dskit v0.0.0-20220831093637-e414922a81f2/go.mod h1:/5aJR4AjaYbxhowVIdjeDDEem0EYSJh26HLD1U4Mc44=
github.com/grafana/dskit v0.0.0-20220920070831-95c1e73ed605 h1:tNpzrJmTjH3jKPADB+mZIUsb/dsV1VVysDg8Xgx98iY=
github.com/grafana/dskit v0.0.0-20220920070831-95c1e73ed605/go.mod h1:/5aJR4AjaYbxhowVIdjeDDEem0EYSJh26HLD1U4Mc44=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0/go.mod h1:f5nM7jw/oeRSadq3xCzHAvxcr8HZnzsqU6ILg/0NiiE=
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 h1:FlFbCRLd5Jr4iYXZufAvgWN6Ao0JrI5chLINnUXDDr0=
Expand Down
18 changes: 18 additions & 0 deletions vendor/github.com/grafana/dskit/services/failure_watcher.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 @@ -54,7 +54,7 @@ github.com/golang/protobuf/ptypes/wrappers
# github.com/gorilla/mux v1.8.0
## explicit; go 1.12
github.com/gorilla/mux
# github.com/grafana/dskit v0.0.0-20220831093637-e414922a81f2
# github.com/grafana/dskit v0.0.0-20220920070831-95c1e73ed605
## explicit; go 1.18
github.com/grafana/dskit/flagext
github.com/grafana/dskit/modules
Expand Down

0 comments on commit 0563e97

Please sign in to comment.