mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-07-06 16:12:43 +08:00
17 lines
370 B
Modula-2
17 lines
370 B
Modula-2
module github.com/xoxys/plugin-pypi
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli v1.22.17
|
|
github.com/urfave/cli/v3 v3.10.1
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|