There was an error while loading. Please reload this page.
1 parent 250eaa5 commit 553e822Copy full SHA for 553e822
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