-
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
28 additions
and
17 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
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,36 @@ | ||
module github.com/iotexproject/iotex-antenna-go/v2 | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.21.0-beta // indirect | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/deckarep/golang-set v1.7.1 // indirect | ||
github.com/dustinxie/gmsm v1.4.0 // indirect | ||
github.com/ethereum/go-ethereum v1.10.4 | ||
github.com/go-stack/stack v1.8.0 // indirect | ||
github.com/golang-jwt/jwt v3.2.2+incompatible | ||
github.com/golang/mock v1.4.4 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/google/uuid v1.1.5 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 | ||
github.com/iotexproject/go-pkgs v0.1.5-0.20210604060651-be5ee19f2575 | ||
github.com/iotexproject/iotex-address v0.2.4 | ||
github.com/iotexproject/iotex-proto v0.5.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
github.com/iotexproject/go-pkgs v0.1.6 | ||
github.com/iotexproject/iotex-address v0.2.5 | ||
github.com/iotexproject/iotex-proto v0.5.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rjeczalik/notify v0.9.2 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect | ||
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20201211151036-40ec1c210f7a // indirect | ||
google.golang.org/grpc v1.33.1 | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||
) | ||
|
||
replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v0.4.0 |
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