Skip to content

Commit eb045d6

Browse files
fix(deps): update github.com/facebook/time digest to 620e14e (#29418)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/facebook/time](https://togithub.com/facebook/time) | require | digest | `f7a0d77` -> `620e14e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 103eb7b commit eb045d6

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ require (
324324
github.com/envoyproxy/go-control-plane v0.11.1 // indirect
325325
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
326326
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
327-
github.com/facebook/time v0.0.0-20220713225404-f7a0d7702d50 // indirect
327+
github.com/facebook/time v0.0.0-20231108195549-620e14e718fb // indirect
328328
github.com/fatih/color v1.15.0 // indirect
329329
github.com/felixge/httpsnoop v1.0.4 // indirect
330330
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ require (
367367
github.com/envoyproxy/go-control-plane v0.11.1 // indirect
368368
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
369369
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
370-
github.com/facebook/time v0.0.0-20220713225404-f7a0d7702d50 // indirect
370+
github.com/facebook/time v0.0.0-20231108195549-620e14e718fb // indirect
371371
github.com/fatih/color v1.15.0 // indirect
372372
github.com/felixge/httpsnoop v1.0.4 // indirect
373373
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect

cmd/otelcontribcol/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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ require (
339339
github.com/envoyproxy/go-control-plane v0.11.1 // indirect
340340
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
341341
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
342-
github.com/facebook/time v0.0.0-20220713225404-f7a0d7702d50 // indirect
342+
github.com/facebook/time v0.0.0-20231108195549-620e14e718fb // indirect
343343
github.com/fatih/color v1.15.0 // indirect
344344
github.com/felixge/httpsnoop v1.0.4 // indirect
345345
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect

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.

receiver/chronyreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/chrony
33
go 1.20
44

55
require (
6-
github.com/facebook/time v0.0.0-20220713225404-f7a0d7702d50
6+
github.com/facebook/time v0.0.0-20231108195549-620e14e718fb
77
github.com/google/go-cmp v0.6.0
88
github.com/stretchr/testify v1.8.4
99
github.com/tilinna/clock v1.1.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)