We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddf780 commit 6d5fcb5Copy full SHA for 6d5fcb5
go.mod
@@ -7,7 +7,7 @@ go 1.17
7
require (
8
github.com/davecgh/go-spew v1.1.1
9
github.com/pmezard/go-difflib v1.0.0
10
- 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
11
gopkg.in/yaml.v3 v3.0.1
12
)
13
0 commit comments