Skip to content

Commit

Permalink
fix(deps): update module dario.cat/mergo to v1.0.1 (#8013)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
elastic-renovate-prod[bot] and thbkrkr authored Aug 26, 2024
1 parent 2e646e2 commit abe8f14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0/LICENSE:
Contents of probable licence file $GOMODCACHE/dario.cat/[email protected].1/LICENSE:

Copyright (c) 2013 Dario Castañé. All rights reserved.
Copyright (c) 2012 The Go Authors. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/dependencies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit abe8f14

Please sign in to comment.