diff --git a/extension/ballastextension/go.mod b/extension/ballastextension/go.mod index 2fbbf18e41e..f6cf0040abe 100644 --- a/extension/ballastextension/go.mod +++ b/extension/ballastextension/go.mod @@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/extension/ballastextension go 1.19 require ( - github.com/stretchr/testify v1.8.2 + github.com/stretchr/testify v1.10.0 go.opentelemetry.io/collector v0.76.1 go.opentelemetry.io/collector/component v0.76.1 go.opentelemetry.io/collector/confmap v0.76.1 diff --git a/extension/ballastextension/go.sum b/extension/ballastextension/go.sum index 689aeb8d012..da6a6fca907 100644 --- a/extension/ballastextension/go.sum +++ b/extension/ballastextension/go.sum @@ -247,8 +247,9 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM= github.com/tklauser/go-sysconf v0.3.11/go.mod h1:GqXfhXY3kiPa0nAXPDIQIWzJbMCB7AmcWpGR8lSZfqI= github.com/tklauser/numcpus v0.6.0 h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=