@@ -9,22 +9,22 @@ require (
9
9
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
10
10
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0
11
11
github.com/imdario/mergo v0.3.12
12
- github.com/iotexproject/go-pkgs v0.1.13
12
+ github.com/iotexproject/go-pkgs v0.1.15
13
13
github.com/iotexproject/iotex-address v0.2.8
14
- github.com/iotexproject/iotex-antenna-go/v2 v2.5.1
15
- github.com/iotexproject/iotex-core/v2 v2.1 .0
14
+ github.com/iotexproject/iotex-antenna-go/v2 v2.6.4-0.20250203054316-e9b97f4e8885
15
+ github.com/iotexproject/iotex-core/v2 v2.2 .0
16
16
github.com/iotexproject/iotex-proto v0.6.4
17
17
github.com/mitchellh/go-homedir v1.1.0
18
18
github.com/pkg/errors v0.9.1
19
- github.com/prometheus/client_golang v1.17.0
19
+ github.com/prometheus/client_golang v1.20.5
20
20
github.com/sethvargo/go-envconfig v0.4.0
21
21
github.com/shopspring/decimal v1.2.0
22
22
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
23
- github.com/stretchr/testify v1.9 .0
23
+ github.com/stretchr/testify v1.10 .0
24
24
github.com/ysugimoto/grpc-graphql-gateway v0.22.0
25
- google.golang.org/genproto v0.0.0-20230127162408-596548ed4efa
26
- google.golang.org/grpc v1.65.0
27
- google.golang.org/protobuf v1.34.2
25
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
26
+ google.golang.org/grpc v1.67.3
27
+ google.golang.org/protobuf v1.36.4
28
28
gopkg.in/yaml.v2 v2.4.0
29
29
gorm.io/driver/mysql v1.2.0
30
30
gorm.io/driver/postgres v1.2.2
@@ -33,24 +33,33 @@ require (
33
33
)
34
34
35
35
require (
36
+ github.com/DataDog/zstd v1.4.5 // indirect
36
37
github.com/beorn7/perks v1.0.1 // indirect
37
38
github.com/bits-and-blooms/bitset v1.13.0 // indirect
38
39
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
39
40
github.com/cespare/xxhash/v2 v2.3.0 // indirect
41
+ github.com/cockroachdb/errors v1.8.1 // indirect
42
+ github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
43
+ github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect
44
+ github.com/cockroachdb/redact v1.0.8 // indirect
45
+ github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect
46
+ github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
40
47
github.com/consensys/bavard v0.1.13 // indirect
41
48
github.com/consensys/gnark-crypto v0.12.1 // indirect
42
49
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
43
50
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
44
51
github.com/davecgh/go-spew v1.1.1 // indirect
45
52
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
46
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
53
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
47
54
github.com/dustinxie/gmsm v1.4.0 // indirect
48
55
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
49
56
github.com/ethereum/go-ethereum v1.14.12 // indirect
50
57
github.com/fsnotify/fsnotify v1.6.0 // indirect
51
58
github.com/go-sql-driver/mysql v1.6.0 // indirect
59
+ github.com/gogo/protobuf v1.3.2 // indirect
52
60
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
53
- github.com/golang/protobuf v1.5.4 // indirect
61
+ github.com/golang/mock v1.6.0 // indirect
62
+ github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
54
63
github.com/google/uuid v1.6.0 // indirect
55
64
github.com/holiman/uint256 v1.3.1 // indirect
56
65
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
@@ -65,32 +74,37 @@ require (
65
74
github.com/jackc/pgx/v4 v4.13.0 // indirect
66
75
github.com/jinzhu/inflection v1.0.0 // indirect
67
76
github.com/jinzhu/now v1.1.2 // indirect
77
+ github.com/klauspost/compress v1.17.11 // indirect
78
+ github.com/kr/pretty v0.3.1 // indirect
79
+ github.com/kr/text v0.2.0 // indirect
68
80
github.com/magefile/mage v1.9.0 // indirect
69
81
github.com/mattn/go-sqlite3 v1.14.9 // indirect
70
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
71
82
github.com/mmcloughlin/addchain v0.4.0 // indirect
83
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
72
84
github.com/pmezard/go-difflib v1.0.0 // indirect
73
- github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
74
- github.com/prometheus/common v0.44.0 // indirect
75
- github.com/prometheus/procfs v0.11.1 // indirect
85
+ github.com/prometheus/client_model v0.6.1 // indirect
86
+ github.com/prometheus/common v0.62.0 // indirect
87
+ github.com/prometheus/procfs v0.15.1 // indirect
88
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
76
89
github.com/spf13/cobra v1.5.0 // indirect
77
90
github.com/spf13/pflag v1.0.5 // indirect
78
91
github.com/supranational/blst v0.3.13 // indirect
79
92
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.2 // indirect
80
93
github.com/uptrace/opentelemetry-go-extra/otelzap v0.2.2 // indirect
81
94
go.elastic.co/ecszap v1.0.0 // indirect
82
- go.opentelemetry.io/otel v1.28.0 // indirect
83
- go.opentelemetry.io/otel/trace v1.28.0 // indirect
95
+ go.etcd.io/bbolt v1.3.6 // indirect
96
+ go.opentelemetry.io/otel v1.34.0 // indirect
97
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
84
98
go.uber.org/config v1.3.1 // indirect
85
99
go.uber.org/multierr v1.11.0 // indirect
86
- go.uber.org/zap v1.26 .0 // indirect
87
- golang.org/x/crypto v0.25 .0 // indirect
88
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
89
- golang.org/x/net v0.27 .0 // indirect
90
- golang.org/x/sync v0.7 .0 // indirect
91
- golang.org/x/sys v0.22 .0 // indirect
92
- golang.org/x/term v0.22 .0 // indirect
93
- golang.org/x/text v0.16 .0 // indirect
100
+ go.uber.org/zap v1.27 .0 // indirect
101
+ golang.org/x/crypto v0.35 .0 // indirect
102
+ golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
103
+ golang.org/x/net v0.34 .0 // indirect
104
+ golang.org/x/sync v0.11 .0 // indirect
105
+ golang.org/x/sys v0.30 .0 // indirect
106
+ golang.org/x/term v0.29 .0 // indirect
107
+ golang.org/x/text v0.22 .0 // indirect
94
108
gopkg.in/yaml.v3 v3.0.1 // indirect
95
109
rsc.io/tmplfunc v0.0.3 // indirect
96
110
)
0 commit comments