Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#93)

This commit is contained in:
dependabot[bot]
2024-03-04 08:20:38 +01:00
committed by GitHub
parent 1c650882b6
commit b2a7a527ff
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -11,7 +11,7 @@ require (
github.com/prometheus/client_golang v1.19.0
github.com/rabbitmq/amqp091-go v1.9.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.20.0
gopkg.in/yaml.v3 v3.0.1
)