mirror of
https://gitea.com/gitea/tea
synced 2024-11-23 00:12:05 +01:00
c8cbd6b0ee
bump code.gitea.io/sdk/gitea from untaged to 0.11.0 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/92 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: Andrew Thornton <art27@cantab.net>
16 lines
426 B
Modula-2
16 lines
426 B
Modula-2
module code.gitea.io/tea
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.11.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/go-gitea/yaml v0.0.0-20170812160011-eb3733d160e7
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|