Skip to content

Commit

Permalink
Update grafana/dskit to get ExhaustCloseWithErrCapture()
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Aug 31, 2022
1 parent 2125765 commit b320aec
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/golang/snappy v0.0.4
github.com/google/gopacket v1.1.19
github.com/gorilla/mux v1.8.0
github.com/grafana/dskit v0.0.0-20220824072129-9956e2453a9f
github.com/grafana/dskit v0.0.0-20220831093637-e414922a81f2
github.com/grafana/e2e v0.1.1-0.20220809175039-067d99da62a9
github.com/hashicorp/golang-lru v0.5.4
github.com/json-iterator/go v1.1.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ github.com/gosimple/slug v1.1.1 h1:fRu/digW+NMwBIP+RmviTK97Ho/bEj/C9swrCspN3D4=
github.com/gosimple/slug v1.1.1/go.mod h1:ER78kgg1Mv0NQGlXiDe57DpCyfbNywXXZ9mIorhxAf0=
github.com/grafana-tools/sdk v0.0.0-20211220201350-966b3088eec9 h1:LQAhgcUPnzdjU/OjCJaLlPQI7NmQCRlfjMPSA1VegvA=
github.com/grafana-tools/sdk v0.0.0-20211220201350-966b3088eec9/go.mod h1:AHHlOEv1+GGQ3ktHMlhuTUwo3zljV3QJbC0+8o2kn+4=
github.com/grafana/dskit v0.0.0-20220824072129-9956e2453a9f h1:Er3J6sBp7fZkUOc8lvumO8PsxOUIHeAgDVX0Sre8lC4=
github.com/grafana/dskit v0.0.0-20220824072129-9956e2453a9f/go.mod h1:/5aJR4AjaYbxhowVIdjeDDEem0EYSJh26HLD1U4Mc44=
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/e2e v0.1.1-0.20220809175039-067d99da62a9 h1:Yk0Dpb3nWz5oWl7S5J7JeSErcBF1aaNtbDPn3r9W6DU=
github.com/grafana/e2e v0.1.1-0.20220809175039-067d99da62a9/go.mod h1:seXDwRTGVWF5m7Jx5TkJG6ZkGcu8iv+/0qH8nGKpwn8=
github.com/grafana/gomemcache v0.0.0-20220812141943-44b6cde200bb h1:CqfZjjd8iK3G1TV8Wf0u7WTY+0RxIEbmcgxftt9qVtw=
Expand Down
26 changes: 24 additions & 2 deletions vendor/github.com/grafana/dskit/runutil/runutil.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

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

0 comments on commit b320aec

Please sign in to comment.