Skip to content

Commit bc514ac

Browse files
committed
go mod tidy
1 parent d77dc78 commit bc514ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ replace (
2929

3030
require (
3131
github.com/coreos/go-oidc/v3 v3.15.0
32-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
3332
github.com/dexidp/dex/api/v2 v2.3.0
3433
github.com/evanphx/json-patch/v5 v5.9.11
3534
github.com/google/go-cmp v0.7.0
@@ -80,6 +79,7 @@ require (
8079
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8180
github.com/coreos/go-semver v0.3.1 // indirect
8281
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
82+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8383
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
8484
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
8585
github.com/fatih/color v1.18.0 // indirect

0 commit comments

Comments
 (0)