Merge pull request #716 from safing/dependabot/go_modules/github.com/stretchr/testify-1.8.0

Bump github.com/stretchr/testify from 1.7.1 to 1.8.0
This commit is contained in:
Daniel
2022-06-30 14:32:37 +02:00
committed by GitHub
2 changed files with 7 additions and 4 deletions

4
go.mod
View File

@@ -18,7 +18,7 @@ require (
github.com/safing/spn v0.4.12
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.0
github.com/tannerryan/ring v1.1.2
github.com/tevino/abool v1.2.0
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
@@ -75,5 +75,5 @@ require (
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/tools v0.1.11 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)