Skip to content

Commit

Permalink
replace cmd added (#8705)
Browse files Browse the repository at this point in the history
Signed-off-by: iamazzeez <aazeez@progress.com>
  • Loading branch information
iamazzeez authored Dec 18, 2024
1 parent d0e2a48 commit db96c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/bufbuild/buf v0.29.0
github.com/chef/automate/api/external v0.0.0-20240828051912-8c022fa4f66b
github.com/dexidp/dex v0.0.0-20201214084049-0f9e2888ab65
github.com/dexidp/dex v2.35.0+incompatible
github.com/dexidp/dex/api/v2 v2.0.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/utils v1.1.0
Expand Down Expand Up @@ -269,7 +269,7 @@ require (
)

// https://github.com/dexidp/dex/issues/1578
// replace github.com/dexidp/dex => github.com/ryancragun/dex v2.19.0-incompatible+incompatible
replace github.com/dexidp/dex => github.com/dexidp/dex v0.0.0-20201214084049-0f9e2888ab65

replace github.com/chef/automate/api/external => ./api/external/

Expand Down

0 comments on commit db96c24

Please sign in to comment.