Skip to content

Commit

Permalink
fix: state diff
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed Feb 4, 2022
1 parent faa85e5 commit 07dda4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ replace github.com/santhosh-tekuri/jsonschema/v5 => github.com/23doors/jsonschem
replace github.com/goccy/go-yaml => github.com/23doors/go-yaml v1.8.10-0.20220202183938-703c5fcb6bdf

// replace github.com/goccy/go-yaml => ../go-yaml

// replace github.com/r3labs/diff/v2 => ../diff
// replace github.com/outblocks/outblocks-plugin-go => ../outblocks-plugin-go

// replace github.com/r3labs/diff/v2 => github.com/23doors/diff/v2 v2.14.6-0.20220203164715-fdebcb15451d
replace github.com/r3labs/diff/v2 => github.com/23doors/diff/v2 v2.14.6-0.20220203180704-2eb23ac5db4d
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/23doors/diff/v2 v2.14.6-0.20220203180704-2eb23ac5db4d h1:6tEihQ8r3nHj7SKhaHNaQoXWAbLGw2J6HFrRGf6u+oM=
github.com/23doors/diff/v2 v2.14.6-0.20220203180704-2eb23ac5db4d/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc=
github.com/23doors/go-yaml v1.8.10-0.20220202183938-703c5fcb6bdf h1:ajxaRsJsoy+Ib701qDYYNp8AeU9zD52zqrdbQ7iS6DI=
github.com/23doors/go-yaml v1.8.10-0.20220202183938-703c5fcb6bdf/go.mod h1:U/jl18uSupI5rdI2jmuCswEA2htH9eXfferR3KfscvA=
github.com/23doors/jsonschema/v5 v5.0.1-0.20220120150455-3960be6116ea h1:31AWR/M1U5eOHLQ+ua5wHRTXmScfjVbZIUHbpVjIUhQ=
Expand Down Expand Up @@ -812,8 +814,6 @@ github.com/pterm/pterm v0.12.30/go.mod h1:MOqLIyMOgmTDz9yorcYbcw+HsgoZo3BQfg2wtl
github.com/pterm/pterm v0.12.31/go.mod h1:32ZAWZVXD7ZfG0s8qqHXePte42kdz8ECtRyEejaWgXU=
github.com/pterm/pterm v0.12.33 h1:XiT50Pvdqn5O8FAiIqZMpXP6NkVEcmlUa+mkA1yWVCg=
github.com/pterm/pterm v0.12.33/go.mod h1:x+h2uL+n7CP/rel9+bImHD5lF3nM9vJj80k9ybiiTTE=
github.com/r3labs/diff/v2 v2.14.7 h1:1Ke6tNJFIJOJHT6oceufn2KFIdCU45Qlc0cUDkSYxFE=
github.com/r3labs/diff/v2 v2.14.7/go.mod h1:I8noH9Fc2fjSaMxqF3G2lhDdC0b+JXCfyx85tWFM9kc=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
Expand Down

0 comments on commit 07dda4e

Please sign in to comment.