Skip to content

Commit 80425b1

Browse files
authored
upgrade package (#156)
* upgrade package * use versioned packages
1 parent b53ab01 commit 80425b1

File tree

5 files changed

+260
-1205
lines changed

5 files changed

+260
-1205
lines changed

go.mod

Lines changed: 52 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,69 @@
11
module github.com/iotexproject/iotex-election
22

3-
go 1.14
3+
go 1.21.11
44

55
require (
6-
github.com/allegro/bigcache v1.2.1 // indirect
7-
github.com/aristanetworks/goarista v0.0.0-20190531155855-fef20d617fa7 // indirect
86
github.com/bwmarrin/discordgo v0.19.0
97
github.com/cenkalti/backoff v2.2.1+incompatible
10-
github.com/edsrzf/mmap-go v1.0.0 // indirect
11-
github.com/ethereum/go-ethereum v1.10.4
12-
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
8+
github.com/ethereum/go-ethereum v1.10.26
139
github.com/golang/mock v1.6.0
14-
github.com/golang/protobuf v1.5.2
10+
github.com/golang/protobuf v1.5.4
1511
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
16-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0
17-
github.com/hashicorp/golang-lru v0.5.4
18-
github.com/iotexproject/go-pkgs v0.1.13
12+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
13+
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
14+
github.com/iotexproject/go-pkgs v0.1.15
1915
github.com/iotexproject/iotex-address v0.2.8
20-
github.com/iotexproject/iotex-antenna-go/v2 v2.6.3
16+
github.com/iotexproject/iotex-antenna-go/v2 v2.6.4
2117
github.com/iotexproject/iotex-proto v0.5.10
22-
github.com/mattn/go-colorable v0.1.2 // indirect
2318
github.com/mattn/go-sqlite3 v1.11.0
2419
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
25-
github.com/pborman/uuid v1.2.0 // indirect
2620
github.com/pkg/errors v0.9.1
27-
github.com/prometheus/tsdb v0.10.0 // indirect
28-
github.com/rs/cors v1.7.0 // indirect
29-
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
30-
github.com/stretchr/testify v1.7.2
31-
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
21+
github.com/stretchr/testify v1.8.4
3222
go.etcd.io/bbolt v1.3.5
3323
go.uber.org/zap v1.10.0
34-
golang.org/x/net v0.2.0
35-
google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1
36-
google.golang.org/grpc v1.50.1
37-
google.golang.org/protobuf v1.28.1
38-
gopkg.in/yaml.v2 v2.3.0
24+
golang.org/x/net v0.34.0
25+
google.golang.org/genproto v0.0.0-20201211151036-40ec1c210f7a
26+
google.golang.org/grpc v1.67.3
27+
google.golang.org/protobuf v1.36.4
28+
gopkg.in/yaml.v2 v2.4.0
3929
)
4030

41-
replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v1.7.4-0.20210604055808-21e763469056
31+
require (
32+
github.com/Microsoft/go-winio v0.6.1 // indirect
33+
github.com/StackExchange/wmi v1.2.1 // indirect
34+
github.com/bits-and-blooms/bitset v1.10.0 // indirect
35+
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
36+
github.com/consensys/bavard v0.1.13 // indirect
37+
github.com/consensys/gnark-crypto v0.12.1 // indirect
38+
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
39+
github.com/davecgh/go-spew v1.1.1 // indirect
40+
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
41+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
42+
github.com/dustinxie/gmsm v1.4.0 // indirect
43+
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
44+
github.com/fsnotify/fsnotify v1.6.0 // indirect
45+
github.com/go-ole/go-ole v1.3.0 // indirect
46+
github.com/google/uuid v1.6.0 // indirect
47+
github.com/gorilla/websocket v1.4.2 // indirect
48+
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
49+
github.com/holiman/uint256 v1.2.4 // indirect
50+
github.com/mmcloughlin/addchain v0.4.0 // indirect
51+
github.com/pmezard/go-difflib v1.0.0 // indirect
52+
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
53+
github.com/supranational/blst v0.3.11 // indirect
54+
github.com/tklauser/go-sysconf v0.3.12 // indirect
55+
github.com/tklauser/numcpus v0.6.1 // indirect
56+
go.uber.org/atomic v1.4.0 // indirect
57+
go.uber.org/multierr v1.1.0 // indirect
58+
golang.org/x/crypto v0.32.0 // indirect
59+
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
60+
golang.org/x/mod v0.17.0 // indirect
61+
golang.org/x/sync v0.10.0 // indirect
62+
golang.org/x/sys v0.29.0 // indirect
63+
golang.org/x/text v0.21.0 // indirect
64+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
65+
gopkg.in/yaml.v3 v3.0.1 // indirect
66+
rsc.io/tmplfunc v0.0.3 // indirect
67+
)
68+
69+
replace github.com/ethereum/go-ethereum => github.com/iotexproject/go-ethereum v0.5.0

0 commit comments

Comments
 (0)