-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (33 loc) · 1.3 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/TessorNetwork/furya
go 1.16
require (
github.com/Decentr-net/decentr v1.5.7
github.com/Decentr-net/go-api v0.1.1
github.com/Decentr-net/go-broadcaster v0.1.2
github.com/Decentr-net/logrus v0.7.2-0.20210316223658-7a9b48625189
github.com/avast/retry-go v3.0.0+incompatible
github.com/cosmos/cosmos-sdk v0.44.3
github.com/ethereum/go-ethereum v1.10.8
github.com/getsentry/sentry-go v0.10.0 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.1.1
github.com/go-openapi/strfmt v0.19.5
github.com/golang-migrate/migrate/v4 v4.12.2
github.com/golang/mock v1.6.0
github.com/google/uuid v1.2.0
github.com/jessevdk/go-flags v1.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/johntdyer/slackrus v0.0.0-20220912135606-861993969176
github.com/keighl/mandrill v0.0.0-20170605120353-1775dd4b3b41
github.com/lib/pq v1.10.4
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/testcontainers/testcontainers-go v0.11.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.42.0
)
replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)