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 d77dc78 commit bc514acCopy full SHA for bc514ac
1 file changed
go.mod
@@ -29,7 +29,6 @@ replace (
29
30
require (
31
github.com/coreos/go-oidc/v3 v3.15.0
32
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
33
github.com/dexidp/dex/api/v2 v2.3.0
34
github.com/evanphx/json-patch/v5 v5.9.11
35
github.com/google/go-cmp v0.7.0
@@ -80,6 +79,7 @@ require (
80
79
github.com/cespare/xxhash/v2 v2.3.0 // indirect
81
github.com/coreos/go-semver v0.3.1 // indirect
82
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
83
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
84
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
85
github.com/fatih/color v1.18.0 // indirect
0 commit comments