diff --git a/accounts/abi/bind/backend.go b/accounts/abi/bind/backend.go index ca60cc1b43..0eab5aea3f 100644 --- a/accounts/abi/bind/backend.go +++ b/accounts/abi/bind/backend.go @@ -21,7 +21,6 @@ import ( "errors" "math/big" - "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" ) diff --git a/accounts/abi/bind/backends/simulated.go b/accounts/abi/bind/backends/simulated.go index 2b5c5fc4a4..337f893518 100644 --- a/accounts/abi/bind/backends/simulated.go +++ b/accounts/abi/bind/backends/simulated.go @@ -24,7 +24,6 @@ import ( "sync" "time" - "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/math" diff --git a/accounts/abi/bind/base.go b/accounts/abi/bind/base.go index 83ad1c8ae7..a8c2b7ff51 100644 --- a/accounts/abi/bind/base.go +++ b/accounts/abi/bind/base.go @@ -22,7 +22,6 @@ import ( "fmt" "math/big" - "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" diff --git a/accounts/keystore/account_cache.go b/accounts/keystore/account_cache.go index 95c4dec268..0d0238638a 100644 --- a/accounts/keystore/account_cache.go +++ b/accounts/keystore/account_cache.go @@ -27,8 +27,6 @@ import ( "sync" "time" - "gopkg.in/fatih/set.v0" - "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/log" diff --git a/cmd/ethkey/generate.go b/cmd/ethkey/generate.go index b4d22613bd..f81c63baa4 100644 --- a/cmd/ethkey/generate.go +++ b/cmd/ethkey/generate.go @@ -24,7 +24,6 @@ import ( "path/filepath" "github.com/pborman/uuid" - "gopkg.in/urfave/cli.v1" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" diff --git a/cmd/ethkey/inspect.go b/cmd/ethkey/inspect.go index fdb7d2d95d..c8a8e7df56 100644 --- a/cmd/ethkey/inspect.go +++ b/cmd/ethkey/inspect.go @@ -21,8 +21,6 @@ import ( "fmt" "io/ioutil" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/crypto" diff --git a/cmd/ethkey/main.go b/cmd/ethkey/main.go index 17b4497396..201f0120f9 100644 --- a/cmd/ethkey/main.go +++ b/cmd/ethkey/main.go @@ -20,8 +20,6 @@ import ( "fmt" "os" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" ) diff --git a/cmd/ethkey/message.go b/cmd/ethkey/message.go index 5535757d9f..db21c6b20b 100644 --- a/cmd/ethkey/message.go +++ b/cmd/ethkey/message.go @@ -21,8 +21,6 @@ import ( "fmt" "io/ioutil" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" diff --git a/cmd/ethkey/utils.go b/cmd/ethkey/utils.go index 8f0f019fc6..81dfcdcfba 100644 --- a/cmd/ethkey/utils.go +++ b/cmd/ethkey/utils.go @@ -22,8 +22,6 @@ import ( "io/ioutil" "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/console" "github.com/ethereum/go-ethereum/crypto" diff --git a/cmd/evm/main.go b/cmd/evm/main.go index 1994c08a18..64e9457a9e 100644 --- a/cmd/evm/main.go +++ b/cmd/evm/main.go @@ -22,8 +22,6 @@ import ( "math/big" "os" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" ) diff --git a/cmd/geth/accountcmd.go b/cmd/geth/accountcmd.go index 2d6cd5ca95..586e286ad7 100644 --- a/cmd/geth/accountcmd.go +++ b/cmd/geth/accountcmd.go @@ -20,8 +20,6 @@ import ( "fmt" "io/ioutil" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 9336c614f4..ea5e52fa6f 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -26,7 +26,6 @@ import ( "time" "github.com/syndtr/goleveldb/leveldb/util" - "gopkg.in/urfave/cli.v1" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" diff --git a/cmd/geth/consolecmd.go b/cmd/geth/consolecmd.go index 9d52f27dbf..c8d0cc4197 100644 --- a/cmd/geth/consolecmd.go +++ b/cmd/geth/consolecmd.go @@ -24,8 +24,6 @@ import ( "strings" "syscall" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/console" "github.com/ethereum/go-ethereum/node" diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 3bccb0666b..9c9fb557ec 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -25,8 +25,6 @@ import ( "strings" "time" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" diff --git a/cmd/geth/misccmd.go b/cmd/geth/misccmd.go index 3106075808..179e2046bb 100644 --- a/cmd/geth/misccmd.go +++ b/cmd/geth/misccmd.go @@ -23,8 +23,6 @@ import ( "strconv" "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/consensus/ethash" "github.com/ethereum/go-ethereum/eth" diff --git a/cmd/geth/monitorcmd.go b/cmd/geth/monitorcmd.go index 5f0f5cbd67..e188fc9771 100644 --- a/cmd/geth/monitorcmd.go +++ b/cmd/geth/monitorcmd.go @@ -26,7 +26,6 @@ import ( "time" "github.com/gizak/termui" - "gopkg.in/urfave/cli.v1" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/node" diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go index 5378bdc935..abadd66d64 100644 --- a/cmd/geth/usage.go +++ b/cmd/geth/usage.go @@ -24,8 +24,6 @@ import ( "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/internal/debug" ) diff --git a/cmd/p2psim/main.go b/cmd/p2psim/main.go index 38a54add4e..e595a6d845 100644 --- a/cmd/p2psim/main.go +++ b/cmd/p2psim/main.go @@ -45,8 +45,6 @@ import ( "strings" "text/tabwriter" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/p2p" "github.com/ethereum/go-ethereum/p2p/discover" diff --git a/cmd/puppeth/puppeth.go b/cmd/puppeth/puppeth.go index 9328f5280b..7b32ed4592 100644 --- a/cmd/puppeth/puppeth.go +++ b/cmd/puppeth/puppeth.go @@ -23,8 +23,6 @@ import ( "strings" "time" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/log" ) diff --git a/cmd/swarm/db.go b/cmd/swarm/db.go index 4ea97af75c..99d2755064 100644 --- a/cmd/swarm/db.go +++ b/cmd/swarm/db.go @@ -22,8 +22,6 @@ import ( "os" "path/filepath" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/swarm/storage" diff --git a/cmd/swarm/hash.go b/cmd/swarm/hash.go index b89de1df09..1423fcf61f 100644 --- a/cmd/swarm/hash.go +++ b/cmd/swarm/hash.go @@ -21,8 +21,6 @@ import ( "fmt" "os" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/swarm/storage" ) diff --git a/cmd/swarm/list.go b/cmd/swarm/list.go index a4dd422187..8d5045aef5 100644 --- a/cmd/swarm/list.go +++ b/cmd/swarm/list.go @@ -22,8 +22,6 @@ import ( "strings" "text/tabwriter" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" swarm "github.com/ethereum/go-ethereum/swarm/api/client" ) diff --git a/cmd/swarm/main.go b/cmd/swarm/main.go index 360020b77b..6ec48b1e6d 100644 --- a/cmd/swarm/main.go +++ b/cmd/swarm/main.go @@ -44,8 +44,6 @@ import ( "github.com/ethereum/go-ethereum/swarm" bzzapi "github.com/ethereum/go-ethereum/swarm/api" swarmmetrics "github.com/ethereum/go-ethereum/swarm/metrics" - - "gopkg.in/urfave/cli.v1" ) const clientIdentifier = "swarm" diff --git a/cmd/swarm/manifest.go b/cmd/swarm/manifest.go index f286a7e056..53ead5ec36 100644 --- a/cmd/swarm/manifest.go +++ b/cmd/swarm/manifest.go @@ -24,8 +24,6 @@ import ( "path/filepath" "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/swarm/api" swarm "github.com/ethereum/go-ethereum/swarm/api/client" diff --git a/cmd/swarm/upload.go b/cmd/swarm/upload.go index b0d587129f..28845a4abb 100644 --- a/cmd/swarm/upload.go +++ b/cmd/swarm/upload.go @@ -30,8 +30,6 @@ import ( "path/filepath" "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" swarm "github.com/ethereum/go-ethereum/swarm/api/client" ) diff --git a/cmd/utils/customflags.go b/cmd/utils/customflags.go index 06de36666a..ff515a651f 100644 --- a/cmd/utils/customflags.go +++ b/cmd/utils/customflags.go @@ -27,8 +27,6 @@ import ( "path" "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/common/math" ) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index dadac12d28..069170e89b 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -28,8 +28,6 @@ import ( "strconv" "strings" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/common" diff --git a/console/console.go b/console/console.go index cef5d3c7be..ff640bd824 100644 --- a/console/console.go +++ b/console/console.go @@ -28,7 +28,6 @@ import ( "strings" "syscall" - "github.com/mattn/go-colorable" "github.com/peterh/liner" "github.com/robertkrimen/otto" diff --git a/core/blockchain.go b/core/blockchain.go index 48bbf220ee..e15438e808 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -27,7 +27,6 @@ import ( "sync/atomic" "time" - "github.com/hashicorp/golang-lru" "gopkg.in/karalabe/cookiejar.v2/collections/prque" "github.com/ethereum/go-ethereum/common" diff --git a/core/headerchain.go b/core/headerchain.go index 70dfe6dd20..2eecd8bfbe 100644 --- a/core/headerchain.go +++ b/core/headerchain.go @@ -26,8 +26,6 @@ import ( "sync/atomic" "time" - "github.com/hashicorp/golang-lru" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus" "github.com/ethereum/go-ethereum/core/types" diff --git a/eth/peer.go b/eth/peer.go index 72f1f0e813..37a5340218 100644 --- a/eth/peer.go +++ b/eth/peer.go @@ -23,8 +23,6 @@ import ( "sync" "time" - "gopkg.in/fatih/set.v0" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/p2p" diff --git a/ethclient/ethclient.go b/ethclient/ethclient.go index 87a912901a..ab57239576 100644 --- a/ethclient/ethclient.go +++ b/ethclient/ethclient.go @@ -24,7 +24,6 @@ import ( "fmt" "math/big" - "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/core/types" diff --git a/ethclient/ethclient_test.go b/ethclient/ethclient_test.go index 178eb2be98..a24b03af0d 100644 --- a/ethclient/ethclient_test.go +++ b/ethclient/ethclient_test.go @@ -16,8 +16,6 @@ package ethclient -import "github.com/ethereum/go-ethereum" - // Verify that Client implements the ethereum interfaces. var ( _ = ethereum.ChainReader(&Client{}) diff --git a/internal/debug/flags.go b/internal/debug/flags.go index 2ef0e07022..63149ac99e 100644 --- a/internal/debug/flags.go +++ b/internal/debug/flags.go @@ -25,7 +25,6 @@ import ( "runtime" colorable "github.com/mattn/go-colorable" - "gopkg.in/urfave/cli.v1" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log/term" diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index d96fe970da..876b2c5697 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -26,6 +26,9 @@ import ( "time" "github.com/davecgh/go-spew/spew" + "github.com/syndtr/goleveldb/leveldb" + "github.com/syndtr/goleveldb/leveldb/util" + "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/common" diff --git a/light/lightchain.go b/light/lightchain.go index e2538b9ac6..b805541e14 100644 --- a/light/lightchain.go +++ b/light/lightchain.go @@ -24,8 +24,6 @@ import ( "sync/atomic" "time" - "github.com/hashicorp/golang-lru" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus" "github.com/ethereum/go-ethereum/core" diff --git a/miner/worker.go b/miner/worker.go index 1a301bf074..af49e44b4b 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -24,8 +24,6 @@ import ( "sync/atomic" "time" - "gopkg.in/fatih/set.v0" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus" "github.com/ethereum/go-ethereum/consensus/misc" diff --git a/p2p/nat/nat.go b/p2p/nat/nat.go index da88904702..827595fc4b 100644 --- a/p2p/nat/nat.go +++ b/p2p/nat/nat.go @@ -25,8 +25,6 @@ import ( "sync" "time" - "github.com/jackpal/go-nat-pmp" - "github.com/ethereum/go-ethereum/log" ) diff --git a/p2p/nat/natpmp.go b/p2p/nat/natpmp.go index 577a424fbe..b574e78bbe 100644 --- a/p2p/nat/natpmp.go +++ b/p2p/nat/natpmp.go @@ -21,8 +21,6 @@ import ( "net" "strings" "time" - - "github.com/jackpal/go-nat-pmp" ) // natPMPClient adapts the NAT-PMP protocol implementation so it conforms to diff --git a/rpc/ipc_windows.go b/rpc/ipc_windows.go index ca56a3ce43..e8761e11fc 100644 --- a/rpc/ipc_windows.go +++ b/rpc/ipc_windows.go @@ -22,8 +22,6 @@ import ( "context" "net" "time" - - "gopkg.in/natefinch/npipe.v2" ) // This is used if the dialing context has no deadline. It is much smaller than the diff --git a/rpc/server.go b/rpc/server.go index 83e2159f8c..34b12f581a 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -25,8 +25,6 @@ import ( "sync" "sync/atomic" - "gopkg.in/fatih/set.v0" - "github.com/ethereum/go-ethereum/log" ) diff --git a/rpc/types.go b/rpc/types.go index 3220a86388..227568de01 100644 --- a/rpc/types.go +++ b/rpc/types.go @@ -23,8 +23,6 @@ import ( "strings" "sync" - "gopkg.in/fatih/set.v0" - "github.com/ethereum/go-ethereum/common/hexutil" ) diff --git a/rpc/websocket.go b/rpc/websocket.go index a95cdb145e..0354af32a2 100644 --- a/rpc/websocket.go +++ b/rpc/websocket.go @@ -30,7 +30,6 @@ import ( "time" "golang.org/x/net/websocket" - "gopkg.in/fatih/set.v0" "github.com/ethereum/go-ethereum/log" ) diff --git a/swarm/metrics/flags.go b/swarm/metrics/flags.go index e74c1a1306..00edaebf42 100644 --- a/swarm/metrics/flags.go +++ b/swarm/metrics/flags.go @@ -19,8 +19,6 @@ package metrics import ( "time" - "gopkg.in/urfave/cli.v1" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/log" gethmetrics "github.com/ethereum/go-ethereum/metrics" diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/token.go b/vendor/github.com/Azure/go-autorest/autorest/azure/token.go index cfcd030114..b4c0345921 100644 --- a/vendor/github.com/Azure/go-autorest/autorest/azure/token.go +++ b/vendor/github.com/Azure/go-autorest/autorest/azure/token.go @@ -13,7 +13,6 @@ import ( "time" "github.com/Azure/go-autorest/autorest" - "github.com/dgrijalva/jwt-go" ) const ( diff --git a/vendor/github.com/StackExchange/wmi/swbemservices.go b/vendor/github.com/StackExchange/wmi/swbemservices.go index 9765a53f74..18fcca61b3 100644 --- a/vendor/github.com/StackExchange/wmi/swbemservices.go +++ b/vendor/github.com/StackExchange/wmi/swbemservices.go @@ -8,7 +8,6 @@ import ( "runtime" "sync" - "github.com/go-ole/go-ole" "github.com/go-ole/go-ole/oleutil" ) diff --git a/vendor/github.com/StackExchange/wmi/wmi.go b/vendor/github.com/StackExchange/wmi/wmi.go index a951b1258b..33d0e8b472 100644 --- a/vendor/github.com/StackExchange/wmi/wmi.go +++ b/vendor/github.com/StackExchange/wmi/wmi.go @@ -37,7 +37,6 @@ import ( "sync" "time" - "github.com/go-ole/go-ole" "github.com/go-ole/go-ole/oleutil" ) diff --git a/vendor/github.com/fatih/color/color.go b/vendor/github.com/fatih/color/color.go index 34cd8e4c8a..f30e5f50b8 100644 --- a/vendor/github.com/fatih/color/color.go +++ b/vendor/github.com/fatih/color/color.go @@ -7,9 +7,6 @@ import ( "strconv" "strings" "sync" - - "github.com/mattn/go-colorable" - "github.com/mattn/go-isatty" ) var ( diff --git a/vendor/github.com/gizak/termui/events.go b/vendor/github.com/gizak/termui/events.go index 16d9bd9cc3..f8cda39d74 100644 --- a/vendor/github.com/gizak/termui/events.go +++ b/vendor/github.com/gizak/termui/events.go @@ -9,8 +9,6 @@ import ( "strconv" "sync" "time" - - "github.com/nsf/termbox-go" ) type Event struct { diff --git a/vendor/github.com/gizak/termui/textbuilder.go b/vendor/github.com/gizak/termui/textbuilder.go index 12e2055b50..3c1b681791 100644 --- a/vendor/github.com/gizak/termui/textbuilder.go +++ b/vendor/github.com/gizak/termui/textbuilder.go @@ -7,8 +7,6 @@ package termui import ( "regexp" "strings" - - "github.com/mitchellh/go-wordwrap" ) // TextBuilder is a minimal interface to produce text []Cell using specific syntax (markdown). diff --git a/vendor/github.com/mattn/go-colorable/colorable_windows.go b/vendor/github.com/mattn/go-colorable/colorable_windows.go index 628ad904e5..88d5b5611a 100644 --- a/vendor/github.com/mattn/go-colorable/colorable_windows.go +++ b/vendor/github.com/mattn/go-colorable/colorable_windows.go @@ -9,8 +9,6 @@ import ( "strings" "syscall" "unsafe" - - "github.com/mattn/go-isatty" ) const ( diff --git a/vendor/github.com/nsf/termbox-go/api.go b/vendor/github.com/nsf/termbox-go/api.go index b242ddcf3a..717c4ad76c 100644 --- a/vendor/github.com/nsf/termbox-go/api.go +++ b/vendor/github.com/nsf/termbox-go/api.go @@ -2,7 +2,6 @@ package termbox -import "github.com/mattn/go-runewidth" import "fmt" import "os" import "os/signal" diff --git a/vendor/github.com/nsf/termbox-go/termbox_windows.go b/vendor/github.com/nsf/termbox-go/termbox_windows.go index f7dad7b8a5..b2c184e696 100644 --- a/vendor/github.com/nsf/termbox-go/termbox_windows.go +++ b/vendor/github.com/nsf/termbox-go/termbox_windows.go @@ -3,7 +3,6 @@ package termbox import "syscall" import "unsafe" import "unicode/utf16" -import "github.com/mattn/go-runewidth" type ( wchar uint16 diff --git a/vendor/github.com/olekukonko/tablewriter/util.go b/vendor/github.com/olekukonko/tablewriter/util.go index 2deefbc52a..a39721d8d5 100644 --- a/vendor/github.com/olekukonko/tablewriter/util.go +++ b/vendor/github.com/olekukonko/tablewriter/util.go @@ -11,8 +11,6 @@ import ( "math" "regexp" "strings" - - "github.com/mattn/go-runewidth" ) var ansi = regexp.MustCompile("\033\\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]") diff --git a/vendor/github.com/robertkrimen/otto/file/file.go b/vendor/github.com/robertkrimen/otto/file/file.go index 9093206e8e..7f6bd17fd4 100644 --- a/vendor/github.com/robertkrimen/otto/file/file.go +++ b/vendor/github.com/robertkrimen/otto/file/file.go @@ -5,8 +5,6 @@ package file import ( "fmt" "strings" - - "gopkg.in/sourcemap.v1" ) // Idx is a compact encoding of a source position within a file set. diff --git a/vendor/github.com/robertkrimen/otto/parser/parser.go b/vendor/github.com/robertkrimen/otto/parser/parser.go index 75b7c500c4..f7fe0aaee3 100644 --- a/vendor/github.com/robertkrimen/otto/parser/parser.go +++ b/vendor/github.com/robertkrimen/otto/parser/parser.go @@ -43,7 +43,6 @@ import ( "github.com/robertkrimen/otto/ast" "github.com/robertkrimen/otto/file" "github.com/robertkrimen/otto/token" - "gopkg.in/sourcemap.v1" ) // A Mode value is a set of flags (or 0). They control optional parser functionality. diff --git a/whisper/shhclient/client.go b/whisper/shhclient/client.go index bbe694baaa..c3ce44f25b 100644 --- a/whisper/shhclient/client.go +++ b/whisper/shhclient/client.go @@ -19,7 +19,6 @@ package shhclient import ( "context" - "github.com/ethereum/go-ethereum" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/rpc" whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"