11module github.com/drone-plugins/drone-slack
22
3- go 1.20
3+ go 1.22
44
55require (
66 github.com/drone/drone-template-lib v1.0.0
77 github.com/go-git/go-git/v5 v5.12.0
8+ github.com/google/go-cmp v0.6.0
89 github.com/joho/godotenv v1.5.1
910 github.com/slack-go/slack v0.15.0
10- github.com/urfave/cli v1.22.14
11+ github.com/urfave/cli v1.22.17
12+ github.com/urfave/cli/v3 v3.5.0
1113 gotest.tools/v3 v3.5.1
1214)
1315
@@ -20,13 +22,12 @@ require (
2022 github.com/ProtonMail/go-crypto v1.0.0 // indirect
2123 github.com/aymerick/raymond v2.0.2+incompatible // indirect
2224 github.com/cloudflare/circl v1.3.7 // indirect
23- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
25+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2426 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2527 github.com/emirpasic/gods v1.18.1 // indirect
2628 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2729 github.com/go-git/go-billy/v5 v5.5.0 // indirect
2830 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29- github.com/google/go-cmp v0.6.0 // indirect
3031 github.com/google/uuid v1.1.0 // indirect
3132 github.com/gorilla/websocket v1.5.3 // indirect
3233 github.com/huandu/xstrings v1.2.0 // indirect
0 commit comments