-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (45 loc) · 1.68 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
module github.com/reallovelei/ggg
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/cpuguy83/go-md2man/v2 v2.0.0
github.com/erikdubbelboer/gspt v0.0.0-20210805194459-ce36a5128377
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sse v0.1.0
github.com/gin-gonic/gin v1.7.0 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/go-playground/validator/v10 v10.4.1
github.com/go-redis/redis/v8 v8.11.4
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2
github.com/google/go-github/v39 v39.2.0
github.com/google/uuid v1.3.0
github.com/inconshreveable/mousetrap v1.0.0
github.com/jianfengye/collection v1.4.0
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/json-iterator/go v1.1.11
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pretty v0.3.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/mapstructure v1.4.1
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.0
github.com/rs/xid v1.3.0
github.com/sevlyar/go-daemon v0.1.5
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cast v1.4.0
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/ugorji/go/codec v1.1.7
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.21.16
)