aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/service.go
diff options
context:
space:
mode:
authorStephenButtolph <stephen@avalabs.org>2020-09-10 00:10:51 -0400
committerStephenButtolph <stephen@avalabs.org>2020-09-10 00:10:51 -0400
commit01aee7a46974915f535f8a22302028196edee209 (patch)
tree398631d21343a82da80b0f4dcc05cc69947d002a /plugin/evm/service.go
parent9be5529922f9c1e97349388fab3958d443a2df41 (diff)
updated gecko dependencyv0.2.15-rc.1
Diffstat (limited to 'plugin/evm/service.go')
-rw-r--r--plugin/evm/service.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/evm/service.go b/plugin/evm/service.go
index fdbfd91..2979f46 100644
--- a/plugin/evm/service.go
+++ b/plugin/evm/service.go
@@ -15,11 +15,11 @@ import (
"github.com/ava-labs/coreth"
"github.com/ava-labs/coreth/core/types"
- "github.com/ava-labs/gecko/api"
- "github.com/ava-labs/gecko/utils/constants"
- "github.com/ava-labs/gecko/utils/crypto"
- "github.com/ava-labs/gecko/utils/formatting"
- "github.com/ava-labs/gecko/utils/json"
+ "github.com/ava-labs/avalanche-go/api"
+ "github.com/ava-labs/avalanche-go/utils/constants"
+ "github.com/ava-labs/avalanche-go/utils/crypto"
+ "github.com/ava-labs/avalanche-go/utils/formatting"
+ "github.com/ava-labs/avalanche-go/utils/json"
"github.com/ava-labs/go-ethereum/common"
"github.com/ava-labs/go-ethereum/common/hexutil"
ethcrypto "github.com/ava-labs/go-ethereum/crypto"