mirror of
https://github.com/drone-plugins/drone-pypi.git
synced 2026-06-04 10:15:06 +08:00
8 lines
148 B
Modula-2
8 lines
148 B
Modula-2
module github.com/xoxys/plugin-pypi
|
|
|
|
require (
|
|
github.com/codegangsta/cli v1.20.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/pkg/errors v0.8.1
|
|
)
|