mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-09 17:30:39 +00:00
19 lines
445 B
Modula-2
19 lines
445 B
Modula-2
module github.com/drone-plugins/drone-gitea-release
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/urfave/cli v1.22.10
|
|
golang.org/x/crypto v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
)
|