mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
go.mod: add comment about how to fix dep cycle with objx
This commit is contained in:
parent
0ddf7800c7
commit
6d5fcb57ee
2
go.mod
2
go.mod
@ -7,7 +7,7 @@ go 1.17
|
|||||||
require (
|
require (
|
||||||
github.com/davecgh/go-spew v1.1.1
|
github.com/davecgh/go-spew v1.1.1
|
||||||
github.com/pmezard/go-difflib v1.0.0
|
github.com/pmezard/go-difflib v1.0.0
|
||||||
github.com/stretchr/objx v0.5.2
|
github.com/stretchr/objx v0.5.2 // To avoid a cycle the version of testify used by objx should be excluded below
|
||||||
gopkg.in/yaml.v3 v3.0.1
|
gopkg.in/yaml.v3 v3.0.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user