Skip to content

Commit 553e822

Browse files
committed
go.mod: add comment about how to fix dep cycle with objx
1 parent 250eaa5 commit 553e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.17
77
require (
88
github.com/davecgh/go-spew v1.1.1
99
github.com/pmezard/go-difflib v1.0.0
10-
github.com/stretchr/objx v0.5.2
10+
github.com/stretchr/objx v0.5.2 // To avoid a cycle the version of testify used by objx should be excluded below
1111
gopkg.in/yaml.v3 v3.0.1
1212
)
1313

0 commit comments

Comments
 (0)