forked from gohade/hade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.29 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
module github.com/gohade/hade
go 1.15
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/sse v0.1.0
github.com/go-git/go-git/v5 v5.4.2
github.com/go-playground/validator/v10 v10.4.1
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.3.2
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/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
gopkg.in/yaml.v2 v2.4.0
)