Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/testiotexcore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/lzxm160/gowallet/test/testiotexcore
go 1.12

require (
github.com/ethereum/go-ethereum v1.8.27
github.com/iotexproject/iotex-core v0.8.6 // indirect
github.com/iotexproject/iotex-proto v0.2.1-0.20190814190638-f74c55ffedf5
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101 // indirect
google.golang.org/grpc v1.21.0
)

Expand Down
Loading