Skip to content

Commit

Permalink
[chore] bump go-kit depdendency (#34066)
Browse files Browse the repository at this point in the history
This was pulling in an old version of nats-server which triggered
security scanning.

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed Jul 15, 2024
1 parent ca9a8d1 commit fd17b88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 326 deletions.
3 changes: 2 additions & 1 deletion exporter/alibabacloudlogserviceexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
Loading

0 comments on commit fd17b88

Please sign in to comment.