Skip to content

Commit 3005e49

Browse files
Update module github.com/jonboulle/clockwork to v0.5.0
1 parent 5d83ae9 commit 3005e49

File tree

8 files changed

+28
-12
lines changed

8 files changed

+28
-12
lines changed

connector/spanmetricsconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.0
44

55
require (
66
github.com/hashicorp/golang-lru/v2 v2.0.7
7-
github.com/jonboulle/clockwork v0.4.0
7+
github.com/jonboulle/clockwork v0.5.0
88
github.com/lightstep/go-expohisto v1.0.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.115.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.115.0

connector/spanmetricsconnector/go.sum

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/jaegerremotesampling/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/fortytw2/leaktest v1.3.0
77
github.com/jaegertracing/jaeger v1.62.0
8-
github.com/jonboulle/clockwork v0.4.0
8+
github.com/jonboulle/clockwork v0.5.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.115.0
1010
github.com/stretchr/testify v1.10.0
1111
go.opentelemetry.io/collector/component v0.115.0

extension/jaegerremotesampling/go.sum

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/stanza/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/expr-lang/expr v1.16.9
99
github.com/fsnotify/fsnotify v1.8.0
1010
github.com/goccy/go-json v0.10.3
11-
github.com/jonboulle/clockwork v0.4.0
11+
github.com/jonboulle/clockwork v0.5.0
1212
github.com/jpillora/backoff v1.0.0
1313
github.com/json-iterator/go v1.1.12
1414
github.com/leodido/go-syslog/v4 v4.2.0

pkg/stanza/go.sum

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/chronyreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/facebook/time v0.0.0-20240510113249-fa89cc575891
77
github.com/google/go-cmp v0.6.0
8-
github.com/jonboulle/clockwork v0.4.0
8+
github.com/jonboulle/clockwork v0.5.0
99
github.com/stretchr/testify v1.10.0
1010
go.opentelemetry.io/collector/component v0.115.0
1111
go.opentelemetry.io/collector/component/componenttest v0.115.0

receiver/chronyreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)