-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 871 Bytes
/
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
module github.com/jonaz/mgit
go 1.16
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/color v1.10.0
github.com/fatih/structs v1.1.0 // indirect
github.com/fortnoxab/ginprometheus v0.0.0-20191128103726-180dc37662d8
github.com/gin-gonic/gin v1.6.3
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/jonaz/ginlogrus v0.0.0-20191118094232-2f4da50f5dd6
github.com/jonaz/gograce v0.5.0
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.4.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)