From 23412769493ce4e53d93886f99625afa3f4e6cea Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 28 Nov 2022 02:34:05 +0100 Subject: [PATCH] Update golang.org/x/exp digest to 6ab00d0 (#858) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `129d8d6` -> `6ab00d0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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://app.renovatebot.com/dashboard#github/google/osv.dev). --- vulnfeeds/go.mod | 4 ++-- vulnfeeds/go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vulnfeeds/go.mod b/vulnfeeds/go.mod index d232535b354..7b75647df52 100644 --- a/vulnfeeds/go.mod +++ b/vulnfeeds/go.mod @@ -5,9 +5,9 @@ go 1.19 require ( cloud.google.com/go/logging v1.5.0 github.com/aquasecurity/go-pep440-version v0.0.0-20210121094942-22b2f8951d46 - golang.org/x/exp v0.0.0-20221111204811-129d8d6c17ab - gopkg.in/yaml.v2 v2.4.0 github.com/knqyf263/go-cpe v0.0.0-20201213041631-54f6ab28673f + golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9 + gopkg.in/yaml.v2 v2.4.0 ) require ( diff --git a/vulnfeeds/go.sum b/vulnfeeds/go.sum index 28cea1c28e0..b8f6904ff5f 100644 --- a/vulnfeeds/go.sum +++ b/vulnfeeds/go.sum @@ -248,6 +248,8 @@ golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 h1:QfTh0HpN6hlw6D3vu8DAwC8pB golang.org/x/exp v0.0.0-20221031165847-c99f073a8326/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= golang.org/x/exp v0.0.0-20221111204811-129d8d6c17ab h1:1S7USr8/C0Sgk4egxq4zZ07zYt2Xh1IiFp8hUMXH/us= golang.org/x/exp v0.0.0-20221111204811-129d8d6c17ab/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= +golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9 h1:yZNXmy+j/JpX19vZkVktWqAo7Gny4PBWYYK3zskGpx4= +golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=