File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
9292github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
9393github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
9494github.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 =
9797github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
9898github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
9999github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments