2019-04-25 13:06:53 -04:00
|
|
|
module code.gitea.io/tea
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-04-01 04:35:42 -04:00
|
|
|
code.gitea.io/sdk/gitea v0.11.2
|
2020-04-28 09:02:21 -04:00
|
|
|
gitea.com/jolheiser/gitea-vet v0.1.0
|
2020-03-05 22:43:28 -05:00
|
|
|
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
|
2020-01-03 23:45:36 -05:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2019-09-15 04:38:18 -04:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2020-03-31 23:22:24 -04:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2020-01-03 21:49:49 -05:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-01-04 12:44:25 -05:00
|
|
|
github.com/urfave/cli/v2 v2.1.1
|
2020-04-28 09:02:21 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2019-10-28 17:10:20 -04:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2020-04-27 23:39:36 -04:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-04-25 13:06:53 -04:00
|
|
|
)
|