From 2c118723faf48d2aba167195f55d246888f97032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:05:15 +0000 Subject: [PATCH 1/2] Update module github.com/stretchr/testify to v1.8.0 --- go.mod | 2 +- go.sum | 2 ++ hack/release-notes/go.mod | 2 +- hack/release-notes/go.sum | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4cd3aff272..68113b613d 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/spf13/cobra v1.5.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.12.0 - github.com/stretchr/testify v1.7.3 + github.com/stretchr/testify v1.8.0 github.com/tsenart/vegeta v12.7.0+incompatible go.elastic.co/apm/module/apmelasticsearch/v2 v2.1.0 go.elastic.co/apm/module/apmhttp/v2 v2.1.0 diff --git a/go.sum b/go.sum index 05465589c3..108cc6477b 100644 --- a/go.sum +++ b/go.sum @@ -671,6 +671,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.3 h1:dAm0YRdRQlWojc3CrCRgPBzG5f941d0zvAKu7qY4e+I= github.com/stretchr/testify v1.7.3/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/subosito/gotenv v1.3.0 h1:mjC+YW8QpAdXibNi+vNWgzmgBH4+5l5dCXv8cNysBLI= github.com/subosito/gotenv v1.3.0/go.mod h1:YzJjq/33h7nrwdY+iHMhEOEEbW0ovIz0tB6t6PwAXzs= diff --git a/hack/release-notes/go.mod b/hack/release-notes/go.mod index e1f6ff6e5e..40515b7eec 100644 --- a/hack/release-notes/go.mod +++ b/hack/release-notes/go.mod @@ -3,7 +3,7 @@ module github.com/elastic/cloud-on-k8s/v2/hack/release-notes go 1.17 require ( - github.com/stretchr/testify v1.7.3 + github.com/stretchr/testify v1.8.0 golang.org/x/net v0.0.0-20190311183353-d8887717615a golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be ) diff --git a/hack/release-notes/go.sum b/hack/release-notes/go.sum index 99db498926..3fba0fd796 100644 --- a/hack/release-notes/go.sum +++ b/hack/release-notes/go.sum @@ -16,6 +16,8 @@ github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8 github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.7.3 h1:dAm0YRdRQlWojc3CrCRgPBzG5f941d0zvAKu7qY4e+I= github.com/stretchr/testify v1.7.3/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/net v0.0.0-20190311183353-d8887717615a h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= From 1ceea27bf5a03ebf9fffdc0a417981f1c38f06cb Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Mon, 8 Aug 2022 15:41:59 +0200 Subject: [PATCH 2/2] Run generate --- NOTICE.txt | 6 +++--- docs/reference/dependencies.asciidoc | 2 +- go.sum | 2 -- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index ff9f34d1f3..267f3f8016 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2507,11 +2507,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/stretchr/testify -Version : v1.7.3 -Time : 2022-06-20T10:32:41Z +Version : v1.8.0 +Time : 2022-06-29T10:56:06Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/stretchr/testify@v1.7.3/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/stretchr/testify@v1.8.0/LICENSE: MIT License diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 353f48fb73..64c5d18290 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -42,7 +42,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/spf13/cobra[$$github.com/spf13/cobra$$] | v1.5.0 | Apache-2.0 | link:https://github.com/spf13/pflag[$$github.com/spf13/pflag$$] | v1.0.5 | BSD-3-Clause | link:https://github.com/spf13/viper[$$github.com/spf13/viper$$] | v1.12.0 | MIT -| link:https://github.com/stretchr/testify[$$github.com/stretchr/testify$$] | v1.7.3 | MIT +| link:https://github.com/stretchr/testify[$$github.com/stretchr/testify$$] | v1.8.0 | MIT | link:https://github.com/tsenart/vegeta[$$github.com/tsenart/vegeta$$] | v12.7.0+incompatible | MIT | link:https://go.elastic.co/apm/module/apmelasticsearch/v2[$$go.elastic.co/apm/module/apmelasticsearch/v2$$] | v2.1.0 | Apache-2.0 | link:https://go.elastic.co/apm/module/apmhttp/v2[$$go.elastic.co/apm/module/apmhttp/v2$$] | v2.1.0 | Apache-2.0 diff --git a/go.sum b/go.sum index 108cc6477b..f06fb9556e 100644 --- a/go.sum +++ b/go.sum @@ -669,8 +669,6 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.3 h1:dAm0YRdRQlWojc3CrCRgPBzG5f941d0zvAKu7qY4e+I= -github.com/stretchr/testify v1.7.3/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=