Skip to content

Commit 8a057e8

Browse files
Merge pull request #398 from validatedpatterns/konflux/mintmaker/main/dario.cat-mergo-1.x
Update module dario.cat/mergo to v1.0.2
2 parents 54bdedb + b3bf1a0 commit 8a057e8

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require github.com/argoproj/argo-cd/v3 v3.0.14
3131

3232
require (
3333
cloud.google.com/go/compute/metadata v0.7.0 // indirect
34-
dario.cat/mergo v1.0.1 // indirect
34+
dario.cat/mergo v1.0.2 // indirect
3535
github.com/42wim/httpsig v1.2.3 // indirect
3636
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
3737
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cloud.google.com/go/compute/metadata v0.7.0 h1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeO
22
cloud.google.com/go/compute/metadata v0.7.0/go.mod h1:j5MvL9PprKL39t166CoB1uVHfQMs4tFQZZcKwksXUjo=
33
code.gitea.io/sdk/gitea v0.22.0 h1:HCKq7bX/HQ85Nw7c/HAhWgRye+vBp5nQOE8Md1+9Ef0=
44
code.gitea.io/sdk/gitea v0.22.0/go.mod h1:yyF5+GhljqvA30sRDreoyHILruNiy4ASufugzYg0VHM=
5-
dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=
6-
dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
5+
dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
6+
dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
77
github.com/42wim/httpsig v1.2.3 h1:xb0YyWhkYj57SPtfSttIobJUPJZB9as1nsfo7KWVcEs=
88
github.com/42wim/httpsig v1.2.3/go.mod h1:nZq9OlYKDrUBhptd77IHx4/sZZD+IxTBADvAPI9G/EM=
99
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk=
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"drips": {
3+
"ethereum": {
4+
"ownedBy": "0x6160020e7102237aC41bdb156e94401692D76930"
5+
}
6+
}
7+
}

vendor/dario.cat/mergo/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Mergo is used by [thousands](https://deps.dev/go/dario.cat%2Fmergo/v1.0.0/depend
8585
* [goreleaser/goreleaser](https://github.com/goreleaser/goreleaser)
8686
* [go-micro/go-micro](https://github.com/go-micro/go-micro)
8787
* [grafana/loki](https://github.com/grafana/loki)
88-
* [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes)
8988
* [masterminds/sprig](github.com/Masterminds/sprig)
9089
* [moby/moby](https://github.com/moby/moby)
9190
* [slackhq/nebula](https://github.com/slackhq/nebula)
@@ -191,10 +190,6 @@ func main() {
191190
}
192191
```
193192

194-
Note: if test are failing due missing package, please execute:
195-
196-
go get gopkg.in/yaml.v3
197-
198193
### Transformers
199194

200195
Transformers allow to merge specific types differently than in the default behavior. In other words, now you can customize how some types are merged. For example, `time.Time` is a struct; it doesn't have zero value but IsZero can return true because it has fields with zero value. How can we merge a non-zero `time.Time`?

vendor/dario.cat/mergo/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 0.3.x | :white_check_mark: |
8-
| < 0.3 | :x: |
7+
| 1.x.x | :white_check_mark: |
8+
| < 1.0 | :x: |
99

1010
## Security contact information
1111

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cloud.google.com/go/compute/metadata
44
# code.gitea.io/sdk/gitea v0.22.0
55
## explicit; go 1.23.0
66
code.gitea.io/sdk/gitea
7-
# dario.cat/mergo v1.0.1
7+
# dario.cat/mergo v1.0.2
88
## explicit; go 1.13
99
dario.cat/mergo
1010
# github.com/42wim/httpsig v1.2.3

0 commit comments

Comments
 (0)