File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
pkg/txm/clientwrappers/dualbroadcast Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ require (
1313 github.com/kylelemons/godebug v1.1.0
1414 github.com/leanovate/gopter v0.2.11
1515 github.com/lib/pq v1.10.9
16+ github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4
1617 github.com/onsi/gomega v1.36.2
1718 github.com/pelletier/go-toml/v2 v2.2.4
1819 github.com/pkg/errors v0.9.1
@@ -125,7 +126,6 @@ require (
125126 github.com/mattn/go-colorable v0.1.14 // indirect
126127 github.com/mattn/go-isatty v0.0.20 // indirect
127128 github.com/mattn/go-runewidth v0.0.16 // indirect
128- github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
129129 github.com/mitchellh/pointerstructure v1.2.0 // indirect
130130 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
131131 github.com/modern-go/reflect2 v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import (
1818 "github.com/ethereum/go-ethereum/common"
1919 "github.com/ethereum/go-ethereum/common/hexutil"
2020 evmtypes "github.com/ethereum/go-ethereum/core/types"
21+
2122 "github.com/mitchellh/mapstructure"
2223
2324 "github.com/smartcontractkit/chainlink-common/pkg/logger"
You can’t perform that action at this time.
0 commit comments