Skip to content

Commit b11bd62

Browse files
chore(deps): bump github.com/slack-go/slack from 0.17.0 to 0.17.1 (#269)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/slack-go/slack/releases) - [Changelog](https://github.com/slack-go/slack/blob/master/history.go) - [Commits](slack-go/slack@v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: github.com/slack-go/slack dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c70321 commit b11bd62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ require (
88
github.com/golang/mock v1.6.0
99
github.com/google/uuid v1.6.0
1010
github.com/prometheus/client_golang v1.22.0
11+
github.com/prometheus/common v0.62.0
1112
github.com/sirupsen/logrus v1.9.3
12-
github.com/slack-go/slack v0.17.0
13+
github.com/slack-go/slack v0.17.1
1314
github.com/stretchr/testify v1.10.0
1415
github.com/urfave/cli/v2 v2.27.6
1516
k8s.io/api v0.33.1
@@ -41,7 +42,6 @@ require (
4142
github.com/pkg/errors v0.9.1 // indirect
4243
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4344
github.com/prometheus/client_model v0.6.1 // indirect
44-
github.com/prometheus/common v0.62.0 // indirect
4545
github.com/prometheus/procfs v0.15.1 // indirect
4646
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4747
github.com/x448/float16 v0.8.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
9292
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
9393
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
9494
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
95-
github.com/slack-go/slack v0.17.0 h1:Vqd4GGIcwwgEu80GBs3cXoPPho5bkDGSFnuZbSG0NhA=
96-
github.com/slack-go/slack v0.17.0/go.mod h1:X+UqOufi3LYQHDnMG1vxf0J8asC6+WllXrVrhl8/Prk=
95+
github.com/slack-go/slack v0.17.1 h1:x0Mnc6biHBea5vfxLR+x4JFl/Rm3eIo0iS3xDZenX+o=
96+
github.com/slack-go/slack v0.17.1/go.mod h1:X+UqOufi3LYQHDnMG1vxf0J8asC6+WllXrVrhl8/Prk=
9797
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
9898
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
9999
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)