mirror of
https://gitea.com/gitea/tea
synced 2024-11-08 19:10:28 +00:00
3c312cb409
* github.com/araddon/dateparse upgrade => v0.0.0-20200409225146-d820a6159ab1 * code.gitea.io/sdk/gitea upgrade => v0.11.3 * github.com/olekukonko/tablewriter upgrade => v0.0.4 * github.com/mattn/go-runewidth upgrade => v0.0.9 * github.com/stretchr/testify upgrade => v1.5.1 * github.com/davecgh/go-spew upgrade => v1.1.1 * github.com/urfave/cli/v2 upgrade => v2.2.0 Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/129 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
22 lines
781 B
Modula-2
22 lines
781 B
Modula-2
module code.gitea.io/tea
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.11.3
|
|
gitea.com/jolheiser/gitea-vet v0.1.0
|
|
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/go-git/go-git/v5 v5.0.0
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
golang.org/x/sys v0.0.0-20200430082407-1f5687305801 // indirect
|
|
golang.org/x/tools v0.0.0-20200430040329-4b814e061378 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|