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

module: update module stretchr/testify to v1.4.0

Update module stretchr/testify to v1.4.0 (#48)
This commit is contained in:
renovate[bot]
2019-08-15 18:11:12 +02:00
committed by Christian Nicolai
parent 72e47578bb
commit b5d9a412b2
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

@ -14,6 +14,6 @@ require (
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
)