go.mod: add comment about how to fix dep cycle with objx

This commit is contained in:
Olivier Mengué 2025-05-25 22:09:43 +02:00
parent 0ddf7800c7
commit 6d5fcb57ee

2
go.mod
View File

@ -7,7 +7,7 @@ go 1.17
require (
github.com/davecgh/go-spew v1.1.1
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
)