Skip to content

Commit

Permalink
fix(deps): update module github.com/imdario/mergo to v1 (#1909)
Browse files Browse the repository at this point in the history
* fix(deps): update module github.com/imdario/mergo to v1

* `s|github.com/imdario/mergo|dario.cat/mergo|`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Silvestre Zabala <[email protected]>
  • Loading branch information
renovate[bot] and silvestre authored Jul 10, 2023
1 parent 259e8ce commit dd6e788
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eventgenerator/spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ files:
- autoscaler/vendor/code.cloudfoundry.org/lager/v3/* # gosub
- autoscaler/vendor/code.cloudfoundry.org/lager/v3/internal/truncate/* # gosub
- autoscaler/vendor/code.cloudfoundry.org/tlsconfig/* # gosub
- autoscaler/vendor/dario.cat/mergo/* # gosub
- autoscaler/vendor/github.com/beorn7/perks/quantile/* # gosub
- autoscaler/vendor/github.com/blang/semver/* # gosub
- autoscaler/vendor/github.com/cenk/backoff/* # gosub
Expand All @@ -53,7 +54,6 @@ files:
- autoscaler/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/utilities/* # gosub
- autoscaler/vendor/github.com/hashicorp/go-cleanhttp/* # gosub
- autoscaler/vendor/github.com/hashicorp/go-retryablehttp/* # gosub
- autoscaler/vendor/github.com/imdario/mergo/* # gosub
- autoscaler/vendor/github.com/jackc/pgpassfile/* # gosub
- autoscaler/vendor/github.com/jackc/pgservicefile/* # gosub
- autoscaler/vendor/github.com/jackc/pgx/v5/* # gosub
Expand Down
2 changes: 1 addition & 1 deletion packages/metricsserver/spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ files:
- autoscaler/vendor/code.cloudfoundry.org/lager/v3/* # gosub
- autoscaler/vendor/code.cloudfoundry.org/lager/v3/internal/truncate/* # gosub
- autoscaler/vendor/code.cloudfoundry.org/tlsconfig/* # gosub
- autoscaler/vendor/dario.cat/mergo/* # gosub
- autoscaler/vendor/github.com/beorn7/perks/quantile/* # gosub
- autoscaler/vendor/github.com/cespare/xxhash/v2/* # gosub
- autoscaler/vendor/github.com/go-sql-driver/mysql/* # gosub
Expand All @@ -41,7 +42,6 @@ files:
- autoscaler/vendor/github.com/gorilla/websocket/* # gosub
- autoscaler/vendor/github.com/hashicorp/go-cleanhttp/* # gosub
- autoscaler/vendor/github.com/hashicorp/go-retryablehttp/* # gosub
- autoscaler/vendor/github.com/imdario/mergo/* # gosub
- autoscaler/vendor/github.com/jackc/pgpassfile/* # gosub
- autoscaler/vendor/github.com/jackc/pgservicefile/* # gosub
- autoscaler/vendor/github.com/jackc/pgx/v5/* # gosub
Expand Down
2 changes: 1 addition & 1 deletion src/autoscaler/envelopeprocessor/envelope_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"code.cloudfoundry.org/app-autoscaler/src/autoscaler/models"
"code.cloudfoundry.org/go-loggregator/v9/rpc/loggregator_v2"
"github.com/imdario/mergo"
"dario.cat/mergo"
)

type EnvelopeProcessorCreator interface {
Expand Down
2 changes: 1 addition & 1 deletion src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ require (
code.cloudfoundry.org/go-loggregator/v9 v9.0.6
code.cloudfoundry.org/lager/v3 v3.0.2
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921
dario.cat/mergo v1.0.0
github.com/cenkalti/backoff/v4 v4.2.1
github.com/go-sql-driver/mysql v1.7.1
github.com/golang/protobuf v1.5.3
github.com/golangci/golangci-lint v1.53.3
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-retryablehttp v0.7.4
github.com/imdario/mergo v0.3.16
github.com/jackc/pgx/v5 v5.4.1
github.com/jmoiron/sqlx v1.3.5
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2
Expand Down
4 changes: 2 additions & 2 deletions src/autoscaler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ code.cloudfoundry.org/lager/v3 v3.0.2 h1:H0dcQY+814G1Ea0e5K/AMaMpcr+Pe5Iv+AALJEw
code.cloudfoundry.org/lager/v3 v3.0.2/go.mod h1:zA6tOIWhr5uZUez+PGpdfBHDWQOfhOrr0cgKDagZPwk=
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921 h1:1PLAuQR56K2pw0lnlcXe+37uOaGg939W1Lqv8wxYpu4=
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921/go.mod h1:oItDsgL/IixCV1BTTY9XqyhGojI5wyEgyPcBwXfKbvs=
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
filippo.io/edwards25519 v1.0.0-rc.1/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
Expand Down Expand Up @@ -1007,8 +1009,6 @@ github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
Expand Down

0 comments on commit dd6e788

Please sign in to comment.