mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 18:24:00 +08:00
16 lines
336 B
Modula-2
16 lines
336 B
Modula-2
module github.com/xoxys/plugin-pypi
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli v1.22.10
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|