Skip to content

Commit fd17b88

Browse files
authored
[chore] bump go-kit depdendency (#34066)
This was pulling in an old version of nats-server which triggered security scanning. Signed-off-by: Alex Boten <[email protected]>
1 parent ca9a8d1 commit fd17b88

File tree

2 files changed

+7
-326
lines changed

2 files changed

+7
-326
lines changed

exporter/alibabacloudlogserviceexporter/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ require (
2525
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2626
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
28-
github.com/go-kit/kit v0.10.0 // indirect
28+
github.com/go-kit/kit v0.12.0 // indirect
29+
github.com/go-kit/log v0.2.1 // indirect
2930
github.com/go-logfmt/logfmt v0.5.1 // indirect
3031
github.com/go-logr/logr v1.4.2 // indirect
3132
github.com/go-logr/stdr v1.2.2 // indirect

0 commit comments

Comments
 (0)