mirror of
https://gitea.com/gitea/tea
synced 2024-11-23 00:12:05 +01:00
0d98cbd657
* update & migrate gitea sdk (Fix Delete Tag Issue) * upgraded github.com/AlecAivazis/survey v2.2.7 => v2.2.8 * upgraded github.com/adrg/xdg v0.2.3 => v0.3.1 * upgraded github.com/araddon/dateparse * upgraded github.com/olekukonko/tablewriter v0.0.4 => v0.0.5 * upgraded gopkg.in/yaml.v2 v2.3.0 => v2.4.0 Reviewed-on: https://gitea.com/gitea/tea/pulls/337 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de>
37 lines
1.5 KiB
Modula-2
37 lines
1.5 KiB
Modula-2
module code.gitea.io/tea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.gitea.io/gitea-vet v0.2.1
|
|
code.gitea.io/sdk/gitea v0.13.1-0.20210304201955-ff82113459b5
|
|
gitea.com/noerw/unidiff-comments v0.0.0-20201219085024-64aec5658f2b
|
|
github.com/AlecAivazis/survey/v2 v2.2.8
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/adrg/xdg v0.3.1
|
|
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
|
|
github.com/charmbracelet/glamour v0.2.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/go-git/go-git/v5 v5.2.0
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/muesli/termenv v0.7.4
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20210305034016-7844c3c200c3 // indirect
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|