2019-04-25 13:06:53 -04:00
|
|
|
module code.gitea.io/tea
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-01-03 20:44:33 -05:00
|
|
|
code.gitea.io/sdk/gitea v0.0.0-20200103062250-c7686bd633c6
|
2019-04-25 13:06:53 -04:00
|
|
|
github.com/go-gitea/yaml v0.0.0-20170812160011-eb3733d160e7
|
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-01-03 21:49:49 -05:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-04-25 13:06:53 -04:00
|
|
|
github.com/urfave/cli v1.20.0
|
2019-10-28 17:10:20 -04:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2020-01-03 21:49:49 -05:00
|
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
2019-04-25 13:06:53 -04:00
|
|
|
)
|