@@ -2,26 +2,26 @@ module github.com/cosmos/sdk-tutorials/tutorials/oracle/base
2
2
3
3
go 1.21.5
4
4
5
- require github.com/cosmos/cosmos-sdk v0.50.2
5
+ require github.com/cosmos/cosmos-sdk v0.50.5
6
6
7
7
require (
8
- cosmossdk.io/api v0.7.2
8
+ cosmossdk.io/api v0.7.3
9
9
cosmossdk.io/collections v0.4.0
10
10
cosmossdk.io/core v0.11.0
11
11
cosmossdk.io/depinject v1.0.0-alpha.4
12
12
cosmossdk.io/errors v1.0.1
13
- cosmossdk.io/log v1.3.0
14
- cosmossdk.io/math v1.2 .0
13
+ cosmossdk.io/log v1.3.1
14
+ cosmossdk.io/math v1.3 .0
15
15
cosmossdk.io/store v1.0.2
16
16
github.com/cometbft/cometbft v0.38.6
17
- github.com/cosmos/cosmos-proto v1.0.0-beta.3
17
+ github.com/cosmos/cosmos-proto v1.0.0-beta.4
18
18
github.com/cosmos/gogoproto v1.4.11
19
- github.com/golang/protobuf v1.5.3
19
+ github.com/golang/protobuf v1.5.4
20
20
github.com/grpc-ecosystem/grpc-gateway v1.16.0
21
- github.com/stretchr/testify v1.8.4
22
- golang.org/x/sync v0.5 .0
23
- google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
24
- google.golang.org/grpc v1.60.1
21
+ github.com/stretchr/testify v1.9.0
22
+ golang.org/x/sync v0.6 .0
23
+ google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014
24
+ google.golang.org/grpc v1.62.0
25
25
google.golang.org/protobuf v1.33.0
26
26
)
27
27
@@ -39,7 +39,7 @@ require (
39
39
require (
40
40
cosmossdk.io/client/v2 v2.0.0-beta.1
41
41
cosmossdk.io/tools/confix v0.1.1
42
- cosmossdk.io/x/tx v0.13.0 // indirect
42
+ cosmossdk.io/x/tx v0.13.1 // indirect
43
43
filippo.io/edwards25519 v1.0.0 // indirect
44
44
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
45
45
github.com/99designs/keyring v1.2.1 // indirect
@@ -53,15 +53,15 @@ require (
53
53
github.com/cespare/xxhash/v2 v2.2.0 // indirect
54
54
github.com/cockroachdb/errors v1.11.1 // indirect
55
55
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
56
- github.com/cockroachdb/pebble v0.0.0-20231101195458-481da04154d6 // indirect
56
+ github.com/cockroachdb/pebble v1.1.0 // indirect
57
57
github.com/cockroachdb/redact v1.1.5 // indirect
58
58
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
59
59
github.com/cometbft/cometbft-db v0.9.1 // indirect
60
60
github.com/cosmos/btcutil v1.0.5 // indirect
61
- github.com/cosmos/cosmos-db v1.0.0
61
+ github.com/cosmos/cosmos-db v1.0.2
62
62
github.com/cosmos/go-bip39 v1.0.0 // indirect
63
63
github.com/cosmos/gogogateway v1.2.0 // indirect
64
- github.com/cosmos/iavl v1.0.0 // indirect
64
+ github.com/cosmos/iavl v1.0.1 // indirect
65
65
github.com/cosmos/ics23/go v0.10.0 // indirect
66
66
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
67
67
github.com/danieljoos/wincred v1.1.2 // indirect
@@ -72,12 +72,12 @@ require (
72
72
github.com/dgraph-io/ristretto v0.1.1 // indirect
73
73
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
74
74
github.com/dustin/go-humanize v1.0.1 // indirect
75
- github.com/dvsekhvalnov/jose2go v1.5 .0 // indirect
76
- github.com/emicklei/dot v1.6.0 // indirect
75
+ github.com/dvsekhvalnov/jose2go v1.6 .0 // indirect
76
+ github.com/emicklei/dot v1.6.1 // indirect
77
77
github.com/fatih/color v1.15.0 // indirect
78
78
github.com/felixge/httpsnoop v1.0.2 // indirect
79
79
github.com/fsnotify/fsnotify v1.7.0 // indirect
80
- github.com/getsentry/sentry-go v0.25 .0 // indirect
80
+ github.com/getsentry/sentry-go v0.27 .0 // indirect
81
81
github.com/go-kit/kit v0.12.0 // indirect
82
82
github.com/go-kit/log v0.2.1 // indirect
83
83
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -107,16 +107,15 @@ require (
107
107
github.com/improbable-eng/grpc-web v0.15.0 // indirect
108
108
github.com/inconshreveable/mousetrap v1.1.0 // indirect
109
109
github.com/jmhodges/levigo v1.0.0 // indirect
110
- github.com/klauspost/compress v1.17.4 // indirect
110
+ github.com/klauspost/compress v1.17.7 // indirect
111
111
github.com/kr/pretty v0.3.1 // indirect
112
112
github.com/kr/text v0.2.0 // indirect
113
113
github.com/lib/pq v1.10.7 // indirect
114
114
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
115
- github.com/linxGnu/grocksdb v1.8.6 // indirect
115
+ github.com/linxGnu/grocksdb v1.8.12 // indirect
116
116
github.com/magiconair/properties v1.8.7 // indirect
117
117
github.com/mattn/go-colorable v0.1.13 // indirect
118
118
github.com/mattn/go-isatty v0.0.20 // indirect
119
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
120
119
github.com/minio/highwayhash v1.0.2 // indirect
121
120
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
122
121
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -127,40 +126,39 @@ require (
127
126
github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
128
127
github.com/pkg/errors v0.9.1 // indirect
129
128
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
130
- github.com/prometheus/client_golang v1.17 .0 // indirect
131
- github.com/prometheus/client_model v0.5 .0 // indirect
132
- github.com/prometheus/common v0.45 .0 // indirect
129
+ github.com/prometheus/client_golang v1.18 .0 // indirect
130
+ github.com/prometheus/client_model v0.6 .0 // indirect
131
+ github.com/prometheus/common v0.47 .0 // indirect
133
132
github.com/prometheus/procfs v0.12.0 // indirect
134
133
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
135
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
134
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
136
135
github.com/rs/cors v1.8.3 // indirect
137
- github.com/rs/zerolog v1.31 .0 // indirect
136
+ github.com/rs/zerolog v1.32 .0 // indirect
138
137
github.com/sasha-s/go-deadlock v0.3.1 // indirect
139
138
github.com/spf13/afero v1.11.0 // indirect
140
139
github.com/spf13/cast v1.6.0 // indirect
141
140
github.com/spf13/cobra v1.8.0
142
141
github.com/spf13/pflag v1.0.5 // indirect
143
- github.com/spf13/viper v1.18.1
142
+ github.com/spf13/viper v1.18.2
144
143
github.com/subosito/gotenv v1.6.0 // indirect
145
144
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
146
145
github.com/tendermint/go-amino v0.16.0 // indirect
147
146
github.com/tidwall/btree v1.7.0 // indirect
148
147
github.com/zondax/hid v0.9.2 // indirect
149
148
github.com/zondax/ledger-go v0.14.3 // indirect
150
149
go.etcd.io/bbolt v1.3.8 // indirect
151
- golang.org/x/crypto v0.18 .0 // indirect
152
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
153
- golang.org/x/net v0.20 .0 // indirect
154
- golang.org/x/sys v0.16 .0 // indirect
155
- golang.org/x/term v0.16 .0 // indirect
150
+ golang.org/x/crypto v0.19 .0 // indirect
151
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
152
+ golang.org/x/net v0.21 .0 // indirect
153
+ golang.org/x/sys v0.17 .0 // indirect
154
+ golang.org/x/term v0.17 .0 // indirect
156
155
golang.org/x/text v0.14.0 // indirect
157
- google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
158
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
156
+ google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
157
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
159
158
gopkg.in/ini.v1 v1.67.0 // indirect
160
- gopkg.in/yaml.v2 v2.4.0 // indirect
161
159
gopkg.in/yaml.v3 v3.0.1 // indirect
162
160
gotest.tools/v3 v3.5.1 // indirect
163
161
nhooyr.io/websocket v1.8.6 // indirect
164
162
pgregory.net/rapid v1.1.0 // indirect
165
- sigs.k8s.io/yaml v1.3 .0 // indirect
163
+ sigs.k8s.io/yaml v1.4 .0 // indirect
166
164
)
0 commit comments