Skip to content

Commit a4f9d9f

Browse files
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /v4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09c8a50 commit a4f9d9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

v4/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ require (
77
github.com/avast/retry-go/v4 v4.6.0
88
github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c
99
github.com/golang/mock v1.6.0
10-
github.com/stretchr/testify v1.10.0
10+
github.com/sirupsen/logrus v1.9.3
11+
github.com/stretchr/testify v1.11.1
1112
github.com/uber-go/tally/v4 v4.1.16
1213
go.uber.org/multierr v1.11.0
1314
go.uber.org/zap v1.27.0
@@ -19,7 +20,6 @@ require (
1920
github.com/kr/pretty v0.3.0 // indirect
2021
github.com/pmezard/go-difflib v1.0.0 // indirect
2122
github.com/rogpeppe/go-internal v1.8.1 // indirect
22-
github.com/sirupsen/logrus v1.9.3 // indirect
2323
github.com/twmb/murmur3 v1.1.6 // indirect
2424
go.uber.org/atomic v1.10.0 // indirect
2525
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect

v4/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
108108
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
109109
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
110110
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
111-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
112-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
111+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
112+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
113113
github.com/twmb/murmur3 v1.1.5/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
114114
github.com/twmb/murmur3 v1.1.6 h1:mqrRot1BRxm+Yct+vavLMou2/iJt0tNVTTC0QoIjaZg=
115115
github.com/twmb/murmur3 v1.1.6/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=

0 commit comments

Comments
 (0)