From f064bede2a1e1f76d52358e8ab8087dfd63eb431 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:43:56 -0800 Subject: [PATCH] fix(deps): update github.com/facebook/time digest to cb922d5 (#29439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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 | `620e14e` -> `cb922d5` | --- > [!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. --- - [ ] 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). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- cmd/configschema/go.mod | 2 +- cmd/configschema/go.sum | 4 ++-- cmd/otelcontribcol/go.mod | 2 +- cmd/otelcontribcol/go.sum | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- receiver/chronyreceiver/go.mod | 2 +- receiver/chronyreceiver/go.sum | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cmd/configschema/go.mod b/cmd/configschema/go.mod index 8174e890d8ae..a42f6e9df75e 100644 --- a/cmd/configschema/go.mod +++ b/cmd/configschema/go.mod @@ -324,7 +324,7 @@ require ( github.com/envoyproxy/go-control-plane v0.11.1 // indirect github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect - github.com/facebook/time v0.0.0-20231108195549-620e14e718fb // indirect + github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 // indirect github.com/fatih/color v1.15.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect diff --git a/cmd/configschema/go.sum b/cmd/configschema/go.sum index afccbdd521f4..b4c0a2bd8e0f 100644 --- a/cmd/configschema/go.sum +++ b/cmd/configschema/go.sum @@ -550,8 +550,8 @@ github.com/euank/go-kmsg-parser v2.0.0+incompatible/go.mod h1:MhmAMZ8V4CYH4ybgdR github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb h1:5sihTI/ZuTyL9vudiEnP0kcNLZIv9TQwRlZ1x0bc33E= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 h1:87gsSLLeg/ZkN6s71BFd+vmVCvIn7HN+PJSkDHqzFmw= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= diff --git a/cmd/otelcontribcol/go.mod b/cmd/otelcontribcol/go.mod index e7d01ddefff6..1e6c959bcf18 100644 --- a/cmd/otelcontribcol/go.mod +++ b/cmd/otelcontribcol/go.mod @@ -367,7 +367,7 @@ require ( github.com/envoyproxy/go-control-plane v0.11.1 // indirect github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect - github.com/facebook/time v0.0.0-20231108195549-620e14e718fb // indirect + github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 // indirect github.com/fatih/color v1.15.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect diff --git a/cmd/otelcontribcol/go.sum b/cmd/otelcontribcol/go.sum index ee434e7e9c41..8716f9db3ff6 100644 --- a/cmd/otelcontribcol/go.sum +++ b/cmd/otelcontribcol/go.sum @@ -549,8 +549,8 @@ github.com/euank/go-kmsg-parser v2.0.0+incompatible/go.mod h1:MhmAMZ8V4CYH4ybgdR github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb h1:5sihTI/ZuTyL9vudiEnP0kcNLZIv9TQwRlZ1x0bc33E= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 h1:87gsSLLeg/ZkN6s71BFd+vmVCvIn7HN+PJSkDHqzFmw= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= diff --git a/go.mod b/go.mod index 7794b469fb9f..75e873436b7b 100644 --- a/go.mod +++ b/go.mod @@ -347,7 +347,7 @@ require ( github.com/envoyproxy/go-control-plane v0.11.1 // indirect github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect - github.com/facebook/time v0.0.0-20231108195549-620e14e718fb // indirect + github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 // indirect github.com/fatih/color v1.15.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect diff --git a/go.sum b/go.sum index 6ecd455e3bb3..3fb28013d254 100644 --- a/go.sum +++ b/go.sum @@ -556,8 +556,8 @@ github.com/euank/go-kmsg-parser v2.0.0+incompatible/go.mod h1:MhmAMZ8V4CYH4ybgdR github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb h1:5sihTI/ZuTyL9vudiEnP0kcNLZIv9TQwRlZ1x0bc33E= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 h1:87gsSLLeg/ZkN6s71BFd+vmVCvIn7HN+PJSkDHqzFmw= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= diff --git a/receiver/chronyreceiver/go.mod b/receiver/chronyreceiver/go.mod index 4edfad8427a6..d465fe48aeb5 100644 --- a/receiver/chronyreceiver/go.mod +++ b/receiver/chronyreceiver/go.mod @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/chrony go 1.20 require ( - github.com/facebook/time v0.0.0-20231108195549-620e14e718fb + github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 github.com/google/go-cmp v0.6.0 github.com/stretchr/testify v1.8.4 github.com/tilinna/clock v1.1.0 diff --git a/receiver/chronyreceiver/go.sum b/receiver/chronyreceiver/go.sum index d0f8ad878617..70327ec5b113 100644 --- a/receiver/chronyreceiver/go.sum +++ b/receiver/chronyreceiver/go.sum @@ -13,8 +13,8 @@ github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymF github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb h1:5sihTI/ZuTyL9vudiEnP0kcNLZIv9TQwRlZ1x0bc33E= -github.com/facebook/time v0.0.0-20231108195549-620e14e718fb/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84 h1:87gsSLLeg/ZkN6s71BFd+vmVCvIn7HN+PJSkDHqzFmw= +github.com/facebook/time v0.0.0-20231121165353-cb922d512a84/go.mod h1:O8nuAUhv2TubINRTU9kKPsqOoQtUts0Q81yac6PlQfE= github.com/go-kit/log v0.2.1 h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU= github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= github.com/go-logr/logr v1.3.0 h1:2y3SDp0ZXuc6/cjLSZ+Q3ir+QB9T/iG5yYRXqsagWSY=