@@ -4,7 +4,7 @@ module github.com/Finschia/finschia-sdk
4
4
5
5
require (
6
6
github.com/99designs/keyring v1.1.6
7
- github.com/Finschia/ostracon v1.1.0
7
+ github.com/Finschia/ostracon v1.1.1
8
8
github.com/VictoriaMetrics/fastcache v1.12.1
9
9
github.com/armon/go-metrics v0.4.1
10
10
github.com/bgentry/speakeasy v0.1.0
@@ -45,25 +45,25 @@ require (
45
45
github.com/tendermint/btcd v0.1.1
46
46
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
47
47
github.com/tendermint/go-amino v0.16.0
48
- github.com/tendermint/tendermint v0.34.20
48
+ github.com/tendermint/tendermint v0.34.24
49
49
github.com/tendermint/tm-db v0.6.7
50
50
golang.org/x/crypto v0.11.0
51
- golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
51
+ golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
52
52
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
53
- google.golang.org/grpc v1.56.2
53
+ google.golang.org/grpc v1.57.0
54
54
google.golang.org/protobuf v1.31.0
55
55
gopkg.in/yaml.v2 v2.4.0
56
56
)
57
57
58
58
require (
59
59
filippo.io/edwards25519 v1.0.0 // indirect
60
60
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
61
+ github.com/Finschia/r2ishiguro_vrf v0.1.2 // indirect
61
62
github.com/Workiva/go-datastructures v1.1.0 // indirect
62
63
github.com/beorn7/perks v1.0.1 // indirect
63
64
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
64
65
github.com/cespare/xxhash v1.1.0 // indirect
65
66
github.com/cespare/xxhash/v2 v2.2.0 // indirect
66
- github.com/coniks-sys/coniks-go v0.0.0-20180722014011-11acf4819b71 // indirect
67
67
github.com/cosmos/gorocksdb v1.2.0 // indirect
68
68
github.com/danieljoos/wincred v1.0.2 // indirect
69
69
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -91,39 +91,37 @@ require (
91
91
github.com/jmhodges/levigo v1.0.0 // indirect
92
92
github.com/josharian/intern v1.0.0 // indirect
93
93
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
94
- github.com/klauspost/compress v1.16.6 // indirect
94
+ github.com/klauspost/compress v1.16.7 // indirect
95
95
github.com/lib/pq v1.10.9 // indirect
96
96
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
97
97
github.com/mattn/go-colorable v0.1.13 // indirect
98
98
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
99
- github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
99
+ github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
100
100
github.com/minio/highwayhash v1.0.2 // indirect
101
101
github.com/mitchellh/mapstructure v1.5.0 // indirect
102
102
github.com/mtibben/percent v0.2.1 // indirect
103
+ github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce // indirect
103
104
github.com/onsi/gomega v1.27.6 // indirect
104
105
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
105
106
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
106
107
github.com/pmezard/go-difflib v1.0.0 // indirect
107
108
github.com/prometheus/client_model v0.4.0 // indirect
108
109
github.com/prometheus/procfs v0.10.1 // indirect
109
- github.com/r2ishiguro/vrf v0.0.0-20180716233122-192de52975eb // indirect
110
- github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
110
+ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
111
111
github.com/rs/cors v1.9.0 // indirect
112
112
github.com/rs/zerolog v1.29.1 // indirect
113
113
github.com/sasha-s/go-deadlock v0.3.1 // indirect
114
- github.com/sirupsen/logrus v1.9.3 // indirect
115
114
github.com/spf13/afero v1.9.5 // indirect
116
115
github.com/spf13/jwalterweatherman v1.1.0 // indirect
117
116
github.com/subosito/gotenv v1.4.2 // indirect
118
- github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
117
+ github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
119
118
github.com/zondax/hid v0.9.1 // indirect
120
119
github.com/zondax/ledger-go v0.14.1 // indirect
121
120
go.etcd.io/bbolt v1.3.6 // indirect
122
121
golang.org/x/net v0.12.0 // indirect
123
122
golang.org/x/sys v0.10.0 // indirect
124
123
golang.org/x/term v0.10.0 // indirect
125
124
golang.org/x/text v0.11.0 // indirect
126
- golang.org/x/tools v0.10.0 // indirect
127
125
gopkg.in/ini.v1 v1.67.0 // indirect
128
126
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
129
127
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments