forked from marmotedu/iam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
70 lines (68 loc) · 2.55 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
module github.com/marmotedu/iam
go 1.16
require (
github.com/AlekSi/pointer v1.1.0
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/appleboy/gin-jwt/v2 v2.6.4
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/buger/jsonparser v1.1.1
github.com/cpuguy83/go-md2man/v2 v2.0.0
github.com/dgraph-io/ristretto v0.1.0
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/fatih/color v1.12.0
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.7.0
github.com/go-redis/redis/v7 v7.4.1
github.com/golang/mock v1.6.0
github.com/gosuri/uitable v0.0.4
github.com/influxdata/influxdb v1.9.3
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/now v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.11.0 // indirect
github.com/lib/pq v1.9.0 // indirect
github.com/likexian/host-stat-go v0.0.0-20190516151207-c9cf36dd6ce9
github.com/marmotedu/api v1.0.2
github.com/marmotedu/component-base v1.0.1
github.com/marmotedu/errors v1.0.2
github.com/marmotedu/marmotedu-sdk-go v1.0.2-0.20210528170801-2c91b80cb4cf
github.com/mattn/go-isatty v0.0.13
github.com/mitchellh/go-wordwrap v1.0.1
github.com/mitchellh/mapstructure v1.4.1
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
github.com/novalagung/gubrak v1.0.0
github.com/olekukonko/tablewriter v0.0.5
github.com/olivere/elastic/v7 v7.0.26
github.com/onsi/ginkgo v1.16.1 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/ory/ladon v1.2.0
github.com/parnurzeal/gorequest v0.2.16
github.com/prometheus/client_golang v1.11.0
github.com/russross/blackfriday v1.6.0
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/segmentio/kafka-go v0.4.17
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tpkeeper/gin-dump v1.0.0
github.com/vmihailenco/msgpack/v5 v5.3.4
github.com/zsais/go-gin-prometheus v0.1.0
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.uber.org/zap v1.18.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
golang.org/x/tools v0.1.5
google.golang.org/grpc v1.39.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/vmihailenco/msgpack.v2 v2.9.2
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.12
k8s.io/klog v1.0.0
)