1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-08-25 09:13:06 +02:00

module: update github.com/stretchr/testify to 1.5.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1 (#59).
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-20 15:53:22 +01:00
committed by GitHub
parent 4ce572c0f6
commit 29d172d3e0
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

@@ -8,6 +8,6 @@ require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
)