File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
1717package v1
1818
1919import (
20- "github.com/imdario /mergo"
20+ "dario.cat /mergo"
2121)
2222
2323// MergeOptions Specifies merge options on a field path
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
2222 "sort"
2323 "testing"
2424
25+ "dario.cat/mergo"
2526 "github.com/google/go-cmp/cmp"
26- "github.com/imdario/mergo"
2727)
2828
2929type mergoOptArr []func (* mergo.Config )
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/crossplane/crossplane-runtime
33go 1.18
44
55require (
6+ dario.cat/mergo v1.0.0
67 github.com/bufbuild/buf v1.21.0
78 github.com/go-logr/logr v1.2.4
89 github.com/google/go-cmp v0.5.9
910 github.com/hashicorp/vault/api v1.9.2
10- github.com/imdario/mergo v0.3.16
1111 github.com/spf13/afero v1.9.5
1212 golang.org/x/time v0.3.0
1313 google.golang.org/grpc v1.56.1
@@ -69,6 +69,7 @@ require (
6969 github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
7070 github.com/hashicorp/go-sockaddr v1.0.2 // indirect
7171 github.com/hashicorp/hcl v1.0.0 // indirect
72+ github.com/imdario/mergo v0.3.16 // indirect
7273 github.com/inconshreveable/mousetrap v1.1.0 // indirect
7374 github.com/jdxcode/netrc v0.0.0-20221124155335-4616370d1a84 // indirect
7475 github.com/josharian/intern v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl
3535cloud.google.com/go/storage v1.8.0 /go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs =
3636cloud.google.com/go/storage v1.10.0 /go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0 =
3737cloud.google.com/go/storage v1.14.0 /go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo =
38+ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk =
39+ dario.cat/mergo v1.0.0 /go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk =
3840dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
3941github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0 =
4042github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package fieldpath
1919import (
2020 "reflect"
2121
22- "github.com/imdario /mergo"
22+ "dario.cat /mergo"
2323
2424 xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
2525 "github.com/crossplane/crossplane-runtime/pkg/errors"
You can’t perform that action at this time.
0 commit comments