From abe8f143739472238f2c25f27f5f2f7d665088bc Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:48:05 +0200 Subject: [PATCH] fix(deps): update module dario.cat/mergo to v1.0.1 (#8013) * fix(deps): update module dario.cat/mergo to v1.0.1 * make generate --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Thibault Richard --- NOTICE.txt | 6 +++--- docs/reference/dependencies.asciidoc | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 95a5d02c10..cb6c12611b 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -10,11 +10,11 @@ Third party libraries used by the Elastic Cloud on Kubernetes project -------------------------------------------------------------------------------- Module : dario.cat/mergo -Version : v1.0.0 -Time : 2023-06-20T06:39:01Z +Version : v1.0.1 +Time : 2024-08-17T20:16:10Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/dario.cat/mergo@v1.0.0/LICENSE: +Contents of probable licence file $GOMODCACHE/dario.cat/mergo@v1.0.1/LICENSE: Copyright (c) 2013 Dario Castañé. All rights reserved. Copyright (c) 2012 The Go Authors. All rights reserved. diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 767696f5e5..22e8df6aa0 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -19,7 +19,7 @@ This page lists the third-party dependencies used to build {n}. |=== | Name | Version | Licence -| link:https://dario.cat/mergo[$$dario.cat/mergo$$] | v1.0.0 | BSD-3-Clause +| link:https://dario.cat/mergo[$$dario.cat/mergo$$] | v1.0.1 | BSD-3-Clause | link:https://github.com/Masterminds/sprig[$$github.com/Masterminds/sprig/v3$$] | v3.2.3 | MIT | link:https://github.com/blang/semver[$$github.com/blang/semver/v4$$] | v4.0.0 | MIT | link:https://github.com/davecgh/go-spew[$$github.com/davecgh/go-spew$$] | v1.1.2-0.20180830191138-d8f796af33cc | ISC diff --git a/go.mod b/go.mod index c784872574..580f76501f 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/elastic/cloud-on-k8s/v2 go 1.22.0 require ( - dario.cat/mergo v1.0.0 + dario.cat/mergo v1.0.1 github.com/Masterminds/sprig/v3 v3.2.3 github.com/blang/semver/v4 v4.0.0 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc diff --git a/go.sum b/go.sum index 54863a124d..213f22ccd1 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= -dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= +dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s= +dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=