-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
58 lines (56 loc) · 2.09 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
module github.com/BugKillerPro/less
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/cpuguy83/go-md2man/v2 v2.0.1
github.com/denisenkom/go-mssqldb v0.12.0 // indirect
github.com/erikdubbelboer/gspt v0.0.0-20210805194459-ce36a5128377
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-contrib/sse v0.1.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-playground/universal-translator v0.18.0 // indirect
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.1.0
github.com/google/uuid v1.3.0
github.com/inconshreveable/mousetrap v1.0.0
github.com/jianfengye/collection v1.4.1
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/json-iterator/go v1.1.12
github.com/juju/ratelimit v1.0.1
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pretty v0.3.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mitchellh/mapstructure v1.4.3
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.13.4
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.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/gin-swagger v1.3.2
github.com/swaggo/swag v1.7.3
github.com/ugorji/go/codec v1.1.7
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/clickhouse v0.2.1
gorm.io/driver/mysql v1.2.3
gorm.io/driver/postgres v1.2.3
gorm.io/driver/sqlite v1.2.6
gorm.io/driver/sqlserver v1.2.1
gorm.io/gen v0.2.39
gorm.io/gorm v1.22.5
)