@@ -10,13 +10,18 @@ require (
10
10
github.com/cosmos/cosmos-sdk v0.45.4
11
11
github.com/cosmos/gogoproto v1.4.2
12
12
github.com/davecgh/go-spew v1.1.1
13
+ github.com/friendsofgo/errors v0.9.2
13
14
github.com/gorilla/websocket v1.5.0
14
15
github.com/improbable-eng/grpc-web v0.14.1
16
+ github.com/jackc/pgx/v5 v5.1.1
15
17
github.com/mehanizm/airtable v0.2.6
16
18
github.com/peterbourgon/ff/v3 v3.3.0
17
19
github.com/pkg/errors v0.9.1
20
+ github.com/rubenv/sql-migrate v1.2.0
18
21
github.com/tendermint/tendermint v0.34.19
22
+ github.com/volatiletech/null/v8 v8.1.2
19
23
github.com/volatiletech/sqlboiler/v4 v4.13.0
24
+ github.com/volatiletech/strmangle v0.0.4
20
25
go.uber.org/zap v1.19.1
21
26
golang.org/x/exp v0.0.0-20221108223516-5d533826c662
22
27
google.golang.org/grpc v1.49.0
@@ -62,7 +67,7 @@ require (
62
67
github.com/klauspost/compress v1.13.6 // indirect
63
68
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
64
69
github.com/magiconair/properties v1.8.6 // indirect
65
- github.com/mattn/go-sqlite3 v1.14.12 // indirect
70
+ github.com/mattn/go-sqlite3 v1.14.14 // indirect
66
71
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
67
72
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
68
73
github.com/mitchellh/mapstructure v1.4.3 // indirect
@@ -87,14 +92,13 @@ require (
87
92
github.com/tendermint/tm-db v0.6.7 // indirect
88
93
github.com/vektah/gqlparser/v2 v2.4.5 // indirect
89
94
go.etcd.io/bbolt v1.3.6 // indirect
90
- go.uber.org/atomic v1.9 .0 // indirect
95
+ go.uber.org/atomic v1.10 .0 // indirect
91
96
go.uber.org/multierr v1.7.0 // indirect
92
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
97
+ golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
93
98
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
94
99
golang.org/x/sys v0.1.0 // indirect
95
- golang.org/x/text v0.3.7 // indirect
100
+ golang.org/x/text v0.3.8 // indirect
96
101
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
97
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
98
102
gopkg.in/ini.v1 v1.66.4 // indirect
99
103
gopkg.in/yaml.v2 v2.4.0 // indirect
100
104
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -115,7 +119,7 @@ require (
115
119
github.com/danieljoos/wincred v1.0.2 // indirect
116
120
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
117
121
github.com/ericlagergren/decimal v0.0.0-20181231230500-73749d4874d5 // indirect
118
- github.com/friendsofgo/errors v0.9 .2 // indirect
122
+ github.com/go-gorp/gorp/v3 v3.0 .2 // indirect
119
123
github.com/go-playground/validator/v10 v10.4.1 // indirect
120
124
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
121
125
github.com/gofrs/uuid v4.0.0+incompatible // indirect
@@ -144,9 +148,7 @@ require (
144
148
github.com/tendermint/btcd v0.1.1 // indirect
145
149
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
146
150
github.com/volatiletech/inflect v0.0.1 // indirect
147
- github.com/volatiletech/null/v8 v8.1.2 // indirect
148
151
github.com/volatiletech/randomize v0.0.1 // indirect
149
- github.com/volatiletech/strmangle v0.0.4 // indirect
150
152
github.com/zondax/hid v0.9.0 // indirect
151
153
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
152
154
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
0 commit comments