-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (50 loc) · 1.93 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/fox-one/pando
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/bluele/gcache v0.0.2
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/fatih/structs v1.1.0
github.com/fox-one/mixin-sdk-go v1.4.0
github.com/fox-one/msgpack v1.0.0
github.com/fox-one/pkg v1.5.5
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-resty/resty/v2 v2.6.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.5
github.com/google/wire v0.5.0
github.com/gorilla/schema v1.2.0
github.com/iancoleman/strcase v0.1.3
github.com/itchyny/gojq v0.12.1
github.com/jinzhu/gorm v1.9.16
github.com/jmoiron/sqlx v1.3.1
github.com/json-iterator/go v1.1.10
github.com/lib/pq v1.9.0
github.com/mitchellh/go-homedir v1.1.0
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pandodao/blst v1.0.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/rs/cors v1.7.0
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/swaggo/swag v1.7.0
github.com/twitchtv/twirp v7.1.1+incompatible
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/text v0.3.6
google.golang.org/protobuf v1.26.0
)