Skip to content

Commit 9ebf5a4

Browse files
committed
Tidy
1 parent fe7fd23 commit 9ebf5a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pkg/txm/clientwrappers/dualbroadcast/meta_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)