1
1
module github.com/scrtlabs/SecretNetwork
2
2
3
- go 1.21
3
+ go 1.22.11
4
+
5
+ toolchain go1.24.0
4
6
5
7
replace (
6
8
cosmossdk.io/api => github.com/scrtlabs/cosmos-sdk-api v0.7.6-secret.0
7
9
cosmossdk.io/store => github.com/scrtlabs/cosmos-sdk-store v1.1.1-secret.1
8
10
cosmossdk.io/x/tx => github.com/scrtlabs/cosmos-sdk-x-tx v0.13.7-secret.0
9
- github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v0.38.12 -secret.1
11
+ github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v0.38.17 -secret.0
10
12
github.com/cosmos/cosmos-sdk => github.com/scrtlabs/cosmos-sdk v0.50.11-secret.0
11
13
github.com/cosmos/iavl => github.com/scrtlabs/iavl v1.2.2-secret.0
12
14
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
@@ -21,8 +23,8 @@ require (
21
23
github.com/cosmos/cosmos-sdk v0.50.9
22
24
github.com/cosmos/go-bip39 v1.0.0
23
25
github.com/cosmos/gogoproto v1.7.0
24
- github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2
25
- github.com/cosmos/ibc-go/v8 v8.5.2
26
+ github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.2.0
27
+ github.com/cosmos/ibc-go/v8 v8.6.1
26
28
github.com/golang/protobuf v1.5.4
27
29
github.com/google/gofuzz v1.2.0
28
30
github.com/gorilla/mux v1.8.1
@@ -35,13 +37,13 @@ require (
35
37
github.com/spf13/cobra v1.8.1
36
38
github.com/spf13/pflag v1.0.5
37
39
github.com/spf13/viper v1.19.0
38
- github.com/stretchr/testify v1.9 .0
39
- golang.org/x/crypto v0.27 .0
40
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
41
- gonum.org/v1/gonum v0.14.0
40
+ github.com/stretchr/testify v1.10 .0
41
+ golang.org/x/crypto v0.32 .0
42
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
43
+ gonum.org/v1/gonum v0.15.1
42
44
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
43
- google.golang.org/grpc v1.67.1
44
- google.golang.org/protobuf v1.35.1
45
+ google.golang.org/grpc v1.70.0
46
+ google.golang.org/protobuf v1.36.4
45
47
)
46
48
47
49
require (
@@ -53,7 +55,7 @@ require (
53
55
cosmossdk.io/x/feegrant v0.1.1
54
56
cosmossdk.io/x/upgrade v0.1.4
55
57
github.com/cosmos/ibc-go/modules/capability v1.0.1
56
- golang.org/x/text v0.18 .0
58
+ golang.org/x/text v0.21 .0
57
59
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
58
60
)
59
61
@@ -64,7 +66,7 @@ require (
64
66
cosmossdk.io/math v1.4.0
65
67
cosmossdk.io/tools/confix v0.1.2
66
68
cosmossdk.io/x/tx v0.13.7
67
- github.com/cometbft/cometbft-db v0.11.0
69
+ github.com/cometbft/cometbft-db v0.14.1
68
70
github.com/cosmos/cosmos-db v1.1.0
69
71
github.com/cosmos/cosmos-proto v1.0.0-beta.5
70
72
github.com/cosmos/rosetta v0.50.4
@@ -91,9 +93,7 @@ require (
91
93
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
92
94
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
93
95
github.com/bits-and-blooms/bitset v1.8.0 // indirect
94
- github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
95
96
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
96
- github.com/cespare/xxhash v1.1.0 // indirect
97
97
github.com/cespare/xxhash/v2 v2.3.0 // indirect
98
98
github.com/chzyer/readline v1.5.1 // indirect
99
99
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
@@ -114,30 +114,30 @@ require (
114
114
github.com/creachadair/tomledit v0.0.24 // indirect
115
115
github.com/danieljoos/wincred v1.1.2 // indirect
116
116
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
117
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
117
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
118
118
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
119
- github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
119
+ github.com/dgraph-io/badger/v4 v4.2.0 // indirect
120
120
github.com/dgraph-io/ristretto v0.1.1 // indirect
121
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
122
121
github.com/dustin/go-humanize v1.0.1 // indirect
123
122
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
124
123
github.com/emicklei/dot v1.6.2 // indirect
125
124
github.com/fatih/color v1.15.0 // indirect
126
125
github.com/felixge/httpsnoop v1.0.4 // indirect
127
126
github.com/fsnotify/fsnotify v1.7.0 // indirect
128
127
github.com/getsentry/sentry-go v0.27.0 // indirect
129
- github.com/go-kit/kit v0.12 .0 // indirect
128
+ github.com/go-kit/kit v0.13 .0 // indirect
130
129
github.com/go-kit/log v0.2.1 // indirect
131
130
github.com/go-logfmt/logfmt v0.6.0 // indirect
132
131
github.com/go-logr/logr v1.4.1 // indirect
133
132
github.com/go-logr/stdr v1.2.2 // indirect
134
133
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
135
134
github.com/gogo/googleapis v1.4.1 // indirect
136
- github.com/golang/glog v1.2.2 // indirect
135
+ github.com/golang/glog v1.2.3 // indirect
137
136
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
138
137
github.com/golang/mock v1.6.0 // indirect
139
138
github.com/golang/snappy v0.0.4 // indirect
140
139
github.com/google/btree v1.1.3 // indirect
140
+ github.com/google/flatbuffers v2.0.8+incompatible // indirect
141
141
github.com/google/go-cmp v0.6.0 // indirect
142
142
github.com/google/orderedcode v0.0.1 // indirect
143
143
github.com/google/s2a-go v0.1.7 // indirect
@@ -171,13 +171,13 @@ require (
171
171
github.com/klauspost/compress v1.17.9 // indirect
172
172
github.com/kr/pretty v0.3.1 // indirect
173
173
github.com/kr/text v0.2.0 // indirect
174
- github.com/lib/pq v1.10.7 // indirect
174
+ github.com/lib/pq v1.10.9 // indirect
175
175
github.com/linxGnu/grocksdb v1.8.14 // indirect
176
176
github.com/magiconair/properties v1.8.7 // indirect
177
177
github.com/manifoldco/promptui v0.9.0 // indirect
178
178
github.com/mattn/go-colorable v0.1.13 // indirect
179
179
github.com/mattn/go-isatty v0.0.20 // indirect
180
- github.com/minio/highwayhash v1.0.2 // indirect
180
+ github.com/minio/highwayhash v1.0.3 // indirect
181
181
github.com/mitchellh/go-homedir v1.1.0 // indirect
182
182
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
183
183
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -186,18 +186,18 @@ require (
186
186
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
187
187
github.com/oklog/run v1.1.0 // indirect
188
188
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
189
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
189
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
190
190
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
191
- github.com/prometheus/client_golang v1.20.1 // indirect
191
+ github.com/prometheus/client_golang v1.20.5 // indirect
192
192
github.com/prometheus/client_model v0.6.1 // indirect
193
- github.com/prometheus/common v0.55 .0 // indirect
193
+ github.com/prometheus/common v0.62 .0 // indirect
194
194
github.com/prometheus/procfs v0.15.1 // indirect
195
195
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
196
196
github.com/rogpeppe/go-internal v1.12.0 // indirect
197
197
github.com/rs/cors v1.11.1 // indirect
198
198
github.com/sagikazarmark/locafero v0.4.0 // indirect
199
199
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
200
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
200
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
201
201
github.com/sourcegraph/conc v0.3.0 // indirect
202
202
github.com/spf13/afero v1.11.0 // indirect
203
203
github.com/subosito/gotenv v1.6.0 // indirect
@@ -207,22 +207,22 @@ require (
207
207
github.com/ulikunitz/xz v0.5.11 // indirect
208
208
github.com/zondax/hid v0.9.2 // indirect
209
209
github.com/zondax/ledger-go v0.14.3 // indirect
210
- go.etcd.io/bbolt v1.3.10 // indirect
210
+ go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
211
211
go.opencensus.io v0.24.0 // indirect
212
212
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
213
213
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
214
214
go.opentelemetry.io/otel v1.24.0 // indirect
215
215
go.opentelemetry.io/otel/metric v1.24.0 // indirect
216
216
go.opentelemetry.io/otel/trace v1.24.0 // indirect
217
217
go.uber.org/multierr v1.11.0 // indirect
218
- golang.org/x/net v0.29 .0 // indirect
219
- golang.org/x/oauth2 v0.22 .0 // indirect
220
- golang.org/x/sync v0.8 .0 // indirect
221
- golang.org/x/sys v0.25 .0 // indirect
222
- golang.org/x/term v0.24 .0 // indirect
218
+ golang.org/x/net v0.34 .0 // indirect
219
+ golang.org/x/oauth2 v0.24 .0 // indirect
220
+ golang.org/x/sync v0.10 .0 // indirect
221
+ golang.org/x/sys v0.29 .0 // indirect
222
+ golang.org/x/term v0.28 .0 // indirect
223
223
golang.org/x/time v0.5.0 // indirect
224
224
google.golang.org/api v0.186.0 // indirect
225
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
225
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
226
226
gopkg.in/ini.v1 v1.67.0 // indirect
227
227
gopkg.in/yaml.v2 v2.4.0 // indirect
228
228
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments