Lunny Xiao
ee1b5532aa
Some checks failed
goreleaser / goreleaser (push) Failing after 19s
Reviewed-on: #85
23 lines
708 B
Modula-2
23 lines
708 B
Modula-2
module code.gitea.io/changelog
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.14.0
|
|
github.com/google/go-github/v61 v61.0.0
|
|
github.com/urfave/cli/v3 v3.0.0-alpha2
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|