1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: update module github.com/stretchr/testify to v1.7.2

This commit is contained in:
Renovate Bot
2022-06-09 01:52:03 +00:00
committed by Christian Nicolai
parent fcc9cd18e7
commit 2e9361ceea
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.7.2
)
require (
@ -21,5 +21,5 @@ require (
github.com/raff/goble v0.0.0-20190909174656-72afc67d6a99 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)