Skip to content

Commit c413617

Browse files
committed
fix: proper go.mod dependency
1 parent ec328c7 commit c413617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ replace github.com/goccy/go-yaml => github.com/23doors/go-yaml v1.8.10-0.2022020
109109
// replace github.com/r3labs/diff/v2 => ../diff
110110
// replace github.com/outblocks/outblocks-plugin-go => ../outblocks-plugin-go
111111

112-
replace github.com/r3labs/diff/v2 => github.com/23doors/diff/v2 v2.14.6-0.20220203180704-2eb23ac5db4d
112+
replace github.com/r3labs/diff/v2 => github.com/23doors/diff/v2 v2.14.6-0.20220204142500-e7153a22b875

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
5050
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
5151
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
5252
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
53-
github.com/23doors/diff/v2 v2.14.6-0.20220203180704-2eb23ac5db4d h1:6tEihQ8r3nHj7SKhaHNaQoXWAbLGw2J6HFrRGf6u+oM=
54-
github.com/23doors/diff/v2 v2.14.6-0.20220203180704-2eb23ac5db4d/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc=
53+
github.com/23doors/diff/v2 v2.14.6-0.20220204142500-e7153a22b875 h1:w7GpkNXVlVK1DWC6mIBgh4fcG4DJMfHGqtFr+mo1+Pw=
54+
github.com/23doors/diff/v2 v2.14.6-0.20220204142500-e7153a22b875/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc=
5555
github.com/23doors/go-yaml v1.8.10-0.20220202183938-703c5fcb6bdf h1:ajxaRsJsoy+Ib701qDYYNp8AeU9zD52zqrdbQ7iS6DI=
5656
github.com/23doors/go-yaml v1.8.10-0.20220202183938-703c5fcb6bdf/go.mod h1:U/jl18uSupI5rdI2jmuCswEA2htH9eXfferR3KfscvA=
5757
github.com/23doors/jsonschema/v5 v5.0.1-0.20220120150455-3960be6116ea h1:31AWR/M1U5eOHLQ+ua5wHRTXmScfjVbZIUHbpVjIUhQ=

0 commit comments

Comments
 (0)