Skip to content

Commit a48f2a4

Browse files
Merge branch 'master' of github.com:ethereum/go-ethereum
# Conflicts: # internal/ethapi/api.go
1 parent a1b426a commit a48f2a4

File tree

57 files changed

+3
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3
-95
lines changed

accounts/abi/bind/backend.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"errors"
2222
"math/big"
2323

24-
"github.com/ethereum/go-ethereum"
2524
"github.com/ethereum/go-ethereum/common"
2625
"github.com/ethereum/go-ethereum/core/types"
2726
)

accounts/abi/bind/backends/simulated.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"sync"
2525
"time"
2626

27-
"github.com/ethereum/go-ethereum"
2827
"github.com/ethereum/go-ethereum/accounts/abi/bind"
2928
"github.com/ethereum/go-ethereum/common"
3029
"github.com/ethereum/go-ethereum/common/math"

accounts/abi/bind/base.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"fmt"
2323
"math/big"
2424

25-
"github.com/ethereum/go-ethereum"
2625
"github.com/ethereum/go-ethereum/accounts/abi"
2726
"github.com/ethereum/go-ethereum/common"
2827
"github.com/ethereum/go-ethereum/core/types"

accounts/keystore/account_cache.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ import (
2727
"sync"
2828
"time"
2929

30-
"gopkg.in/fatih/set.v0"
31-
3230
"github.com/ethereum/go-ethereum/accounts"
3331
"github.com/ethereum/go-ethereum/common"
3432
"github.com/ethereum/go-ethereum/log"

cmd/ethkey/generate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"path/filepath"
2525

2626
"github.com/pborman/uuid"
27-
"gopkg.in/urfave/cli.v1"
2827

2928
"github.com/ethereum/go-ethereum/accounts/keystore"
3029
"github.com/ethereum/go-ethereum/cmd/utils"

cmd/ethkey/inspect.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import (
2121
"fmt"
2222
"io/ioutil"
2323

24-
"gopkg.in/urfave/cli.v1"
25-
2624
"github.com/ethereum/go-ethereum/accounts/keystore"
2725
"github.com/ethereum/go-ethereum/cmd/utils"
2826
"github.com/ethereum/go-ethereum/crypto"

cmd/ethkey/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import (
2020
"fmt"
2121
"os"
2222

23-
"gopkg.in/urfave/cli.v1"
24-
2523
"github.com/ethereum/go-ethereum/cmd/utils"
2624
)
2725

cmd/ethkey/message.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import (
2121
"fmt"
2222
"io/ioutil"
2323

24-
"gopkg.in/urfave/cli.v1"
25-
2624
"github.com/ethereum/go-ethereum/accounts/keystore"
2725
"github.com/ethereum/go-ethereum/cmd/utils"
2826
"github.com/ethereum/go-ethereum/common"

cmd/ethkey/utils.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import (
2222
"io/ioutil"
2323
"strings"
2424

25-
"gopkg.in/urfave/cli.v1"
26-
2725
"github.com/ethereum/go-ethereum/cmd/utils"
2826
"github.com/ethereum/go-ethereum/console"
2927
"github.com/ethereum/go-ethereum/crypto"

cmd/evm/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import (
2222
"math/big"
2323
"os"
2424

25-
"gopkg.in/urfave/cli.v1"
26-
2725
"github.com/ethereum/go-ethereum/cmd/utils"
2826
)
2927

0 commit comments

Comments
 (0)