-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
497 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
module github.com/iotexproject/iotex-antenna-go/v2 | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/aristanetworks/goarista v0.0.0-20190531155855-fef20d617fa7 // indirect | ||
github.com/btcsuite/btcd v0.21.0-beta // indirect | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/ethereum/go-ethereum v1.8.27 | ||
github.com/ethereum/go-ethereum v1.10.1 | ||
github.com/golang/mock v1.4.4 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 | ||
github.com/iotexproject/go-pkgs v0.1.4 | ||
github.com/iotexproject/iotex-address v0.2.3 | ||
github.com/iotexproject/iotex-address v0.2.4 | ||
github.com/iotexproject/iotex-proto v0.4.4-0.20201029172022-a8466422b0f1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect | ||
golang.org/x/sys v0.0.0-20210309040221-94ec62e08169 // indirect | ||
google.golang.org/grpc v1.27.0 | ||
) | ||
|
||
replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v0.3.1 |
Oops, something went wrong.