Skip to content

Commit

Permalink
更改mod名称
Browse files Browse the repository at this point in the history
  • Loading branch information
pigxiaolei committed Jun 29, 2022
1 parent 336516f commit 9ad9604
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 111 deletions.
3 changes: 0 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion eth/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"crypto/ecdsa"
"encoding/json"
"ethClient/internal/solidity"
"fmt"
"github.com/Rican7/retry"
"github.com/Rican7/retry/strategy"
Expand All @@ -18,6 +17,7 @@ import (
types1 "github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethclient"
"github.com/meshplus/ethClient/internal/solidity"
"io/ioutil"
"log"
"math/big"
Expand Down
12 changes: 1 addition & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ethClient
module github.com/meshplus/ethClient

go 1.17

Expand All @@ -8,23 +8,18 @@ require (
github.com/cheggaaa/pb v2.0.7+incompatible
github.com/ethereum/go-ethereum v1.10.8
github.com/meshplus/bitxhub-kit v1.2.1-0.20220610092251-68e35ef37b7a
github.com/meshplus/bitxhub-model v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
)

require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cbergoon/merkletree v0.2.0 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.1.5 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
Expand All @@ -33,12 +28,7 @@ require (
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
gopkg.in/fatih/color.v1 v1.7.0 // indirect
Expand Down
Loading

0 comments on commit 9ad9604

Please sign in to comment.