File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/drone-plugins/drone-slack
22
3- go 1.20
3+ go 1.22
4+
5+ toolchain go1.24.6
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
9- github.com/slack-go/slack v0.15.0
12+ github.com/slack-go/slack v0.17.3
1013 github.com/urfave/cli v1.22.14
1114 gotest.tools/v3 v3.5.1
1215)
@@ -26,7 +29,6 @@ require (
2629 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
2730 github.com/go-git/go-billy/v5 v5.5.0 // indirect
2831 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29- github.com/google/go-cmp v0.6.0 // indirect
3032 github.com/google/uuid v1.1.0 // indirect
3133 github.com/gorilla/websocket v1.5.3 // indirect
3234 github.com/huandu/xstrings v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L
8787mygithub.libinneed.workers.dev/skeema/knownhosts v1.2.2 /go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo =
8888mygithub.libinneed.workers.dev/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0 =
8989mygithub.libinneed.workers.dev/slack-go/slack v0.15.0 /go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw =
90+ github.com/slack-go/slack v0.17.3 h1:zV5qO3Q+WJAQ/XwbGfNFrRMaJ5T/naqaonyPV/1TP4g =
91+ github.com/slack-go/slack v0.17.3 /go.mod h1:X+UqOufi3LYQHDnMG1vxf0J8asC6+WllXrVrhl8/Prk =
9092mygithub.libinneed.workers.dev/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
9193mygithub.libinneed.workers.dev/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
9294mygithub.libinneed.workers.dev/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments