2019-04-26 01:06:53 +08:00
|
|
|
module code.gitea.io/tea
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-02-07 21:53:15 +08:00
|
|
|
code.gitea.io/sdk/gitea v0.11.0
|
2020-03-06 11:43:28 +08:00
|
|
|
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
|
2020-01-04 12:45:36 +08:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2019-04-26 01:06:53 +08:00
|
|
|
github.com/go-gitea/yaml v0.0.0-20170812160011-eb3733d160e7
|
2019-09-15 16:38:18 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2020-01-04 10:49:49 +08:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-01-05 01:44:25 +08:00
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
2019-10-29 05:10:20 +08:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2020-01-04 10:49:49 +08:00
|
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
2019-04-26 01:06:53 +08:00
|
|
|
)
|