mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 18:23:57 +08:00
10 lines
163 B
Modula-2
10 lines
163 B
Modula-2
module github.com/appleboy/drone-jenkins
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
)
|