1
0
forked from lunny/changelog
changelog/go.mod
6543 ec4e62ff9d Update Vendors (#46)
Update Vendors:
* code.gitea.io/sdk/gitea v0.12.1
* github.com/urfave/cli/v2 v2.2.0
* gopkg.in/yaml.v2 v2.3.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/46
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-08-07 13:48:37 +00:00

14 lines
358 B
Modula-2

module code.gitea.io/changelog
go 1.13
require (
code.gitea.io/sdk/gitea v0.12.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/google/go-github/v32 v32.1.0
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/urfave/cli/v2 v2.2.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
gopkg.in/yaml.v2 v2.3.0
)