mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-14 05:12:35 +08:00
b6589abef3
- Update testify dependency to v1.10.0 - Update urfave/cli dependency to v1.22.17 - Update go-md2man/v2 indirect dependency to v2.0.7 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
18 lines
420 B
Modula-2
18 lines
420 B
Modula-2
module github.com/appleboy/drone-jenkins
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/urfave/cli v1.22.17
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|