1
1
module github.com/hyperledger-labs/yui-ibc-solidity
2
2
3
3
go 1.21
4
-
5
4
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
6
5
7
6
require (
8
7
github.com/avast/retry-go v3.0.0+incompatible
9
- github.com/btcsuite/btcd v0.24.0
10
- github.com/btcsuite/btcd/btcutil v1.1.5
8
+ github.com/btcsuite/btcd v0.24.2
9
+ github.com/btcsuite/btcd/btcutil v1.1.6
11
10
github.com/cosmos/ibc-go/v8 v8.3.0
12
11
github.com/datachainlab/solidity-protobuf/protobuf-solidity/src/protoc/go v0.0.0-20211215073805-59460caf6e59
13
12
github.com/ethereum/go-ethereum v1.14.3
14
13
github.com/gogo/protobuf v1.3.3
15
- github.com/stretchr/testify v1.9 .0
14
+ github.com/stretchr/testify v1.10 .0
16
15
github.com/tyler-smith/go-bip39 v1.1.0
17
16
)
18
17
@@ -40,15 +39,15 @@ require (
40
39
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
41
40
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
42
41
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
43
- github.com/cespare/xxhash v1.1.0 // indirect
44
42
github.com/cespare/xxhash/v2 v2.3.0 // indirect
45
- github.com/cockroachdb/errors v1.11.1 // indirect
43
+ github.com/cockroachdb/errors v1.11.3 // indirect
44
+ github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
46
45
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
47
- github.com/cockroachdb/pebble v1.1.0 // indirect
46
+ github.com/cockroachdb/pebble v1.1.1 // indirect
48
47
github.com/cockroachdb/redact v1.1.5 // indirect
49
48
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
50
- github.com/cometbft/cometbft v0.38.7 // indirect
51
- github.com/cometbft/cometbft-db v0.9 .1 // indirect
49
+ github.com/cometbft/cometbft v0.38.17 // indirect
50
+ github.com/cometbft/cometbft-db v0.14 .1 // indirect
52
51
github.com/consensys/bavard v0.1.13 // indirect
53
52
github.com/consensys/gnark-crypto v0.12.1 // indirect
54
53
github.com/cosmos/btcutil v1.0.5 // indirect
@@ -57,7 +56,7 @@ require (
57
56
github.com/cosmos/cosmos-sdk v0.50.6 // indirect
58
57
github.com/cosmos/go-bip39 v1.0.0 // indirect
59
58
github.com/cosmos/gogogateway v1.2.0 // indirect
60
- github.com/cosmos/gogoproto v1.4.12 // indirect
59
+ github.com/cosmos/gogoproto v1.7.0 // indirect
61
60
github.com/cosmos/iavl v1.1.2 // indirect
62
61
github.com/cosmos/ibc-go/modules/capability v1.0.0 // indirect
63
62
github.com/cosmos/ics23/go v0.10.0 // indirect
@@ -66,11 +65,10 @@ require (
66
65
github.com/danieljoos/wincred v1.1.2 // indirect
67
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
68
67
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
69
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
68
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
70
69
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
71
- github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
70
+ github.com/dgraph-io/badger/v4 v4.2.0 // indirect
72
71
github.com/dgraph-io/ristretto v0.1.1 // indirect
73
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
74
72
github.com/dustin/go-humanize v1.0.1 // indirect
75
73
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
76
74
github.com/emicklei/dot v1.6.1 // indirect
@@ -79,21 +77,23 @@ require (
79
77
github.com/felixge/httpsnoop v1.0.4 // indirect
80
78
github.com/fsnotify/fsnotify v1.7.0 // indirect
81
79
github.com/getsentry/sentry-go v0.27.0 // indirect
82
- github.com/go-kit/kit v0.12 .0 // indirect
80
+ github.com/go-kit/kit v0.13 .0 // indirect
83
81
github.com/go-kit/log v0.2.1 // indirect
84
82
github.com/go-logfmt/logfmt v0.6.0 // indirect
85
83
github.com/go-ole/go-ole v1.3.0 // indirect
86
84
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
87
85
github.com/gogo/googleapis v1.4.1 // indirect
88
- github.com/golang/glog v1.2.0 // indirect
86
+ github.com/golang/glog v1.2.3 // indirect
87
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
89
88
github.com/golang/protobuf v1.5.4 // indirect
90
89
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
91
- github.com/google/btree v1.1.2 // indirect
90
+ github.com/google/btree v1.1.3 // indirect
91
+ github.com/google/flatbuffers v1.12.1 // indirect
92
92
github.com/google/go-cmp v0.6.0 // indirect
93
93
github.com/google/uuid v1.6.0 // indirect
94
94
github.com/gorilla/handlers v1.5.2 // indirect
95
95
github.com/gorilla/mux v1.8.1 // indirect
96
- github.com/gorilla/websocket v1.5.0 // indirect
96
+ github.com/gorilla/websocket v1.5.3 // indirect
97
97
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
98
98
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
99
99
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
@@ -111,10 +111,9 @@ require (
111
111
github.com/improbable-eng/grpc-web v0.15.0 // indirect
112
112
github.com/inconshreveable/mousetrap v1.1.0 // indirect
113
113
github.com/jmhodges/levigo v1.0.0 // indirect
114
- github.com/klauspost/compress v1.17.7 // indirect
114
+ github.com/klauspost/compress v1.17.9 // indirect
115
115
github.com/kr/pretty v0.3.1 // indirect
116
116
github.com/kr/text v0.2.0 // indirect
117
- github.com/libp2p/go-buffer-pool v0.1.0 // indirect
118
117
github.com/linxGnu/grocksdb v1.8.14 // indirect
119
118
github.com/magiconair/properties v1.8.7 // indirect
120
119
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -123,30 +122,31 @@ require (
123
122
github.com/mitchellh/mapstructure v1.5.0 // indirect
124
123
github.com/mmcloughlin/addchain v0.4.0 // indirect
125
124
github.com/mtibben/percent v0.2.1 // indirect
125
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
126
126
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
127
127
github.com/oklog/run v1.1.0 // indirect
128
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
129
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
128
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
129
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
130
130
github.com/pkg/errors v0.9.1 // indirect
131
131
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
132
- github.com/prometheus/client_golang v1.19.0 // indirect
132
+ github.com/prometheus/client_golang v1.20.5 // indirect
133
133
github.com/prometheus/client_model v0.6.1 // indirect
134
- github.com/prometheus/common v0.52.2 // indirect
135
- github.com/prometheus/procfs v0.13.0 // indirect
134
+ github.com/prometheus/common v0.62.0 // indirect
135
+ github.com/prometheus/procfs v0.15.1 // indirect
136
136
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
137
137
github.com/rogpeppe/go-internal v1.12.0 // indirect
138
- github.com/rs/cors v1.8.3 // indirect
138
+ github.com/rs/cors v1.11.1 // indirect
139
139
github.com/rs/zerolog v1.32.0 // indirect
140
140
github.com/sagikazarmark/locafero v0.4.0 // indirect
141
141
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
142
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
142
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
143
143
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
144
144
github.com/sourcegraph/conc v0.3.0 // indirect
145
145
github.com/spf13/afero v1.11.0 // indirect
146
146
github.com/spf13/cast v1.6.0 // indirect
147
- github.com/spf13/cobra v1.8.0 // indirect
147
+ github.com/spf13/cobra v1.8.1 // indirect
148
148
github.com/spf13/pflag v1.0.5 // indirect
149
- github.com/spf13/viper v1.18.2 // indirect
149
+ github.com/spf13/viper v1.19.0 // indirect
150
150
github.com/subosito/gotenv v1.6.0 // indirect
151
151
github.com/supranational/blst v0.3.11 // indirect
152
152
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -156,22 +156,23 @@ require (
156
156
github.com/tklauser/numcpus v0.6.1 // indirect
157
157
github.com/zondax/hid v0.9.2 // indirect
158
158
github.com/zondax/ledger-go v0.14.3 // indirect
159
- go.etcd.io/bbolt v1.3.8 // indirect
159
+ go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
160
+ go.opencensus.io v0.24.0 // indirect
160
161
go.uber.org/multierr v1.10.0 // indirect
161
- golang.org/x/crypto v0.22 .0 // indirect
162
- golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
163
- golang.org/x/mod v0.17 .0 // indirect
164
- golang.org/x/net v0.24 .0 // indirect
165
- golang.org/x/sync v0.7 .0 // indirect
166
- golang.org/x/sys v0.19 .0 // indirect
167
- golang.org/x/term v0.19 .0 // indirect
168
- golang.org/x/text v0.14 .0 // indirect
169
- golang.org/x/tools v0.20 .0 // indirect
162
+ golang.org/x/crypto v0.32 .0 // indirect
163
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
164
+ golang.org/x/mod v0.19 .0 // indirect
165
+ golang.org/x/net v0.34 .0 // indirect
166
+ golang.org/x/sync v0.10 .0 // indirect
167
+ golang.org/x/sys v0.29 .0 // indirect
168
+ golang.org/x/term v0.28 .0 // indirect
169
+ golang.org/x/text v0.21 .0 // indirect
170
+ golang.org/x/tools v0.23 .0 // indirect
170
171
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
171
- google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
172
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
173
- google.golang.org/grpc v1.63.2 // indirect
174
- google.golang.org/protobuf v1.33.0 // indirect
172
+ google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
173
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
174
+ google.golang.org/grpc v1.70.0 // indirect
175
+ google.golang.org/protobuf v1.36.4 // indirect
175
176
gopkg.in/ini.v1 v1.67.0 // indirect
176
177
gopkg.in/yaml.v3 v3.0.1 // indirect
177
178
gotest.tools/v3 v3.5.1 // indirect
0 commit comments