mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 18:23:57 +08:00
14 lines
280 B
YAML
14 lines
280 B
YAML
package: github.com/appleboy/drone-jenkins
|
|
import:
|
|
- package: github.com/joho/godotenv
|
|
version: ^1.0.0
|
|
subpackages:
|
|
- autoload
|
|
- package: github.com/urfave/cli
|
|
version: ^1.19.1
|
|
testImport:
|
|
- package: github.com/stretchr/testify
|
|
version: ^1.1.4
|
|
subpackages:
|
|
- assert
|