forked from ssyuva/mai3-broker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 1.4 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/mcdexio/mai3-broker
go 1.16
require (
github.com/btcsuite/btcd v0.21.0-beta
github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.10.3
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/gorm v1.9.16
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.10.1 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20210505212654-3497b51f5e64
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/guregu/null.v3 v3.5.0
)