From 5437ad181b5b9b8c0a7e9f9668efaf632c0f1411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:40:33 +0000 Subject: [PATCH] deps(common): bump github.com/stretchr/testify in /common Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/go.mod | 2 +- common/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/go.mod b/common/go.mod index 09fab3a3b..8ea172dc1 100644 --- a/common/go.mod +++ b/common/go.mod @@ -9,7 +9,7 @@ require ( github.com/google/uuid v1.6.0 github.com/sirupsen/logrus v1.9.3 github.com/snapcore/go-gettext v0.0.0-20230721153050-9082cdc2db05 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/ubuntu/decorate v0.0.0-20240425133904-a085253511fb github.com/ubuntu/gowsl v0.0.0-20240709100851-bc766d3dbd53 google.golang.org/grpc v1.68.0 diff --git a/common/go.sum b/common/go.sum index 1163469f7..ed6817d2e 100644 --- a/common/go.sum +++ b/common/go.sum @@ -31,8 +31,8 @@ github.com/snapcore/go-gettext v0.0.0-20230721153050-9082cdc2db05 h1:U4jvhafXCGp github.com/snapcore/go-gettext v0.0.0-20230721153050-9082cdc2db05/go.mod h1:1ueMvqqhxoixAuIFQdiz8E23ng0DJPGrb+EhnjuqpXc= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= -github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +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/ubuntu/decorate v0.0.0-20240425133904-a085253511fb h1:8aYaLeK5kwneVflZ50XOnsE2zWnS3HCF58WV8JXge5U= github.com/ubuntu/decorate v0.0.0-20240425133904-a085253511fb/go.mod h1:PUpwIgUuCQyuCz/gwiq6WYbo7IvtXXd8JqL01ez+jZE= github.com/ubuntu/gowsl v0.0.0-20240709100851-bc766d3dbd53 h1:oP5UldDfHJsg8tJuYqWzEfGTmOqsb5gtLEisUYaIoB4=