11module github.com/drone-plugins/drone-slack
22
3- go 1.20
3+ go 1.22
4+
5+ toolchain go1.24.2
46
57require (
68 github.com/drone/drone-template-lib v1.0.0
79 github.com/go-git/go-git/v5 v5.12.0
10+ github.com/google/go-cmp v0.6.0
811 github.com/joho/godotenv v1.5.1
912 github.com/slack-go/slack v0.15.0
10- github.com/urfave/cli v1.22.14
13+ github.com/urfave/cli v1.22.16
14+ github.com/urfave/cli/v3 v3.3.1
1115 gotest.tools/v3 v3.5.1
1216)
1317
@@ -20,13 +24,12 @@ require (
2024 github.com/ProtonMail/go-crypto v1.0.0 // indirect
2125 github.com/aymerick/raymond v2.0.2+incompatible // indirect
2226 github.com/cloudflare/circl v1.3.7 // indirect
23- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
27+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
2428 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2529 github.com/emirpasic/gods v1.18.1 // indirect
2630 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2731 github.com/go-git/go-billy/v5 v5.5.0 // indirect
2832 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29- github.com/google/go-cmp v0.6.0 // indirect
3033 github.com/google/uuid v1.1.0 // indirect
3134 github.com/gorilla/websocket v1.5.3 // indirect
3235 github.com/huandu/xstrings v1.2.0 // indirect
0 commit comments