Skip to content

Commit

Permalink
- upgrade iotex-proto and iotex-antenna-go (#151)
Browse files Browse the repository at this point in the history
- change to use api.iotex.one candidate indexer instead of analytics candidate indexer
  • Loading branch information
Yutong Pei authored Aug 10, 2020
1 parent 66f54df commit f40252f
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 41 deletions.
27 changes: 10 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.12

require (
github.com/apilayer/freegeoip v3.5.0+incompatible // indirect
github.com/aristanetworks/goarista v0.0.0-20190531155855-fef20d617fa7 // indirect
github.com/bwmarrin/discordgo v0.19.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/docker/docker v1.13.1 // indirect
Expand All @@ -13,20 +12,18 @@ require (
github.com/ethereum/go-ethereum v1.8.27
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.4.0 // indirect
github.com/golang/mock v1.4.0
github.com/golang/protobuf v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20190610161739-8f92f34fc598 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hashicorp/golang-lru v0.5.1
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/huin/goupnp v1.0.0 // indirect
github.com/influxdata/influxdb v1.7.8 // indirect
github.com/iotexproject/go-pkgs v0.1.1
github.com/iotexproject/go-pkgs v0.1.2-0.20200212033110-8fa5cf96fc1b
github.com/iotexproject/iotex-address v0.2.1
github.com/iotexproject/iotex-antenna-go/v2 v2.3.2
github.com/iotexproject/iotex-proto v0.3.1-0.20200517033504-27fc88c338bb
github.com/iotexproject/iotex-antenna-go/v2 v2.4.0
github.com/iotexproject/iotex-proto v0.4.0
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
github.com/karalabe/usb v0.0.0-20190819132248-550797b1cad8 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
Expand All @@ -42,21 +39,17 @@ require (
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
go.etcd.io/bbolt v1.3.5
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101 // indirect
google.golang.org/grpc v1.21.0
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a
google.golang.org/grpc v1.27.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20190709231704-1e4459ed25ff // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.3
)

replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v0.2.0
Loading

0 comments on commit f40252f

Please sign in to comment.