2019-04-26 01:06:53 +08:00
|
|
|
module code.gitea.io/tea
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-04-01 16:35:42 +08:00
|
|
|
code.gitea.io/sdk/gitea v0.11.2
|
2020-04-28 21:02:21 +08:00
|
|
|
gitea.com/jolheiser/gitea-vet v0.1.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
|
2020-04-30 10:02:15 +08:00
|
|
|
github.com/go-git/go-git/v5 v5.0.0
|
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-04-01 11:22:24 +08:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
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
|
2020-04-30 10:02:15 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
|
2020-04-28 11:39:36 +08:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-04-26 01:06:53 +08:00
|
|
|
)
|