@@ -5,21 +5,22 @@ go 1.18
5
5
require (
6
6
github.com/golang/mock v1.6.0
7
7
github.com/gorilla/mux v1.8.0
8
- github.com/line/lbm-sdk v0.46.1-0.20230106043757-1ece23d83a0b
8
+ github.com/line/lbm-sdk v0.46.1-0.20230206093133-6c84a4cffaac
9
9
github.com/line/ostracon v1.0.7
10
- github.com/line/wasmd v0.0.0-20230110072924-cae21ecd251c
10
+ github.com/line/wasmd v0.0.0-20230209081529-e0d9c95a8af8
11
11
github.com/prometheus/client_golang v1.14.0
12
12
github.com/rakyll/statik v0.1.7
13
13
github.com/spf13/cast v1.5.0
14
14
github.com/spf13/cobra v1.6.1
15
- github.com/spf13/viper v1.14 .0
15
+ github.com/spf13/viper v1.15 .0
16
16
github.com/stretchr/testify v1.8.1
17
17
github.com/tendermint/tm-db v0.6.7
18
18
)
19
19
20
20
require (
21
21
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
22
- github.com/99designs/keyring v1.1.6 // indirect
22
+ github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
23
+ github.com/99designs/keyring v1.2.1 // indirect
23
24
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
24
25
github.com/VictoriaMetrics/fastcache v1.12.0 // indirect
25
26
github.com/Workiva/go-datastructures v1.0.53 // indirect
@@ -33,20 +34,19 @@ require (
33
34
github.com/coinbase/rosetta-sdk-go v0.8.2 // indirect
34
35
github.com/confio/ics23/go v0.9.0 // indirect
35
36
github.com/coniks-sys/coniks-go v0.0.0-20180722014011-11acf4819b71 // indirect
36
- github.com/cosmos/btcutil v1.0.4 // indirect
37
+ github.com/cosmos/btcutil v1.0.5 // indirect
37
38
github.com/cosmos/go-bip39 v1.0.0 // indirect
38
39
github.com/cosmos/gorocksdb v1.2.0 // indirect
39
40
github.com/cosmos/iavl v0.19.4 // indirect
40
- github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
41
- github.com/cosmos/ledger-go v0.9.2 // indirect
42
- github.com/danieljoos/wincred v1.0.2 // indirect
41
+ github.com/cosmos/ledger-cosmos-go v0.12.1 // indirect
42
+ github.com/danieljoos/wincred v1.1.2 // indirect
43
43
github.com/davecgh/go-spew v1.1.1 // indirect
44
44
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
45
45
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
46
46
github.com/dgraph-io/ristretto v0.1.0 // indirect
47
47
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
48
48
github.com/dustin/go-humanize v1.0.0 // indirect
49
- github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
49
+ github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
50
50
github.com/felixge/httpsnoop v1.0.1 // indirect
51
51
github.com/fsnotify/fsnotify v1.6.0 // indirect
52
52
github.com/go-kit/kit v0.12.0 // indirect
@@ -55,10 +55,10 @@ require (
55
55
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
56
56
github.com/gogo/gateway v1.1.0 // indirect
57
57
github.com/gogo/protobuf v1.3.3 // indirect
58
- github.com/golang/glog v0 .0.0-20160126235308-23def4e6c14b // indirect
58
+ github.com/golang/glog v1 .0.0 // indirect
59
59
github.com/golang/protobuf v1.5.2 // indirect
60
60
github.com/golang/snappy v0.0.4 // indirect
61
- github.com/google/btree v1.0.0 // indirect
61
+ github.com/google/btree v1.1.2 // indirect
62
62
github.com/google/gofuzz v1.2.0 // indirect
63
63
github.com/google/orderedcode v0.0.1 // indirect
64
64
github.com/gorilla/handlers v1.5.1 // indirect
@@ -77,56 +77,54 @@ require (
77
77
github.com/inconshreveable/mousetrap v1.0.1 // indirect
78
78
github.com/jmhodges/levigo v1.0.0 // indirect
79
79
github.com/josharian/intern v1.0.0 // indirect
80
- github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
81
- github.com/klauspost/compress v1.15.1 // indirect
80
+ github.com/klauspost/compress v1.15.11 // indirect
82
81
github.com/lib/pq v1.10.7 // indirect
83
82
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
84
- github.com/line/tm-db/v2 v2.0.0-init.1.0.20220121012851-61d2bc1d9486 // indirect
85
- github.com/line/wasmvm v1.0.0 -0.10.0 // indirect
83
+ github.com/line/ibc-go/v3 v3.3.1 // indirect
84
+ github.com/line/wasmvm v1.1.1 -0.11.0.0.20230113085344-89650a7edd05 // indirect
86
85
github.com/magiconair/properties v1.8.7 // indirect
87
86
github.com/mailru/easyjson v0.7.7 // indirect
88
87
github.com/mattn/go-colorable v0.1.13 // indirect
89
88
github.com/mattn/go-isatty v0.0.17 // indirect
90
89
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
91
- github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
90
+ github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
92
91
github.com/minio/highwayhash v1.0.2 // indirect
93
- github.com/mitchellh/go-homedir v1.1.0 // indirect
94
92
github.com/mitchellh/mapstructure v1.5.0 // indirect
95
93
github.com/mtibben/percent v0.2.1 // indirect
96
- github.com/pelletier/go-toml v1.9.5 // indirect
97
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
94
+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
98
95
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
99
96
github.com/pkg/errors v0.9.1 // indirect
100
97
github.com/pmezard/go-difflib v1.0.0 // indirect
101
98
github.com/prometheus/client_model v0.3.0 // indirect
102
99
github.com/prometheus/common v0.39.0 // indirect
103
100
github.com/prometheus/procfs v0.8.0 // indirect
104
101
github.com/r2ishiguro/vrf v0.0.0-20180716233122-192de52975eb // indirect
105
- github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
102
+ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
106
103
github.com/regen-network/cosmos-proto v0.3.1 // indirect
107
104
github.com/rs/cors v1.8.2 // indirect
108
105
github.com/rs/zerolog v1.28.0 // indirect
109
106
github.com/sasha-s/go-deadlock v0.3.1 // indirect
110
- github.com/spf13/afero v1.9.2 // indirect
107
+ github.com/spf13/afero v1.9.3 // indirect
111
108
github.com/spf13/jwalterweatherman v1.1.0 // indirect
112
109
github.com/spf13/pflag v1.0.5 // indirect
113
- github.com/subosito/gotenv v1.4.1 // indirect
110
+ github.com/subosito/gotenv v1.4.2 // indirect
114
111
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
115
112
github.com/tendermint/btcd v0.1.1 // indirect
116
113
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
117
114
github.com/tendermint/go-amino v0.16.0 // indirect
118
- github.com/tendermint/tendermint v0.34.20 // indirect
119
- github.com/zondax/hid v0.9.0 // indirect
115
+ github.com/tendermint/tendermint v0.34.24 // indirect
116
+ github.com/zondax/hid v0.9.1 // indirect
117
+ github.com/zondax/ledger-go v0.14.0 // indirect
120
118
go.etcd.io/bbolt v1.3.6 // indirect
121
- golang.org/x/crypto v0.4 .0 // indirect
119
+ golang.org/x/crypto v0.5 .0 // indirect
122
120
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
123
- golang.org/x/net v0.4 .0 // indirect
124
- golang.org/x/sys v0.3 .0 // indirect
125
- golang.org/x/term v0.3 .0 // indirect
126
- golang.org/x/text v0.5 .0 // indirect
127
- google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
128
- google.golang.org/grpc v1.50.1 // indirect
129
- google.golang.org/protobuf v1.28.1 // indirect
121
+ golang.org/x/net v0.5 .0 // indirect
122
+ golang.org/x/sys v0.4 .0 // indirect
123
+ golang.org/x/term v0.4 .0 // indirect
124
+ golang.org/x/text v0.6 .0 // indirect
125
+ google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
126
+ google.golang.org/grpc v1.52.0 // indirect
127
+ google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 // indirect
130
128
gopkg.in/ini.v1 v1.67.0 // indirect
131
129
gopkg.in/yaml.v2 v2.4.0 // indirect
132
130
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments