File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
github.com/devtron-labs/authenticator/middleware Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ require gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
288288
289289replace (
290290 github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.10
291- github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08
291+ github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241129090527-c3254b79e386
292292 github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64
293293 github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
294294 github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
Original file line number Diff line number Diff line change @@ -792,8 +792,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc h1:VRRKCwnzq
792792github.tiyicn.workers.dev/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc /go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU =
793793github.tiyicn.workers.dev/devtron-labs/argo-workflows/v3 v3.5.10 h1:6rxQOesOzDz6SgQCMDQNHaehsKFW3C7U8CZeEek5kgQ =
794794github.tiyicn.workers.dev/devtron-labs/argo-workflows/v3 v3.5.10 /go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA =
795- github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08 h1:3al5T53hg6/Tt4e7qLtPlg94/BEHwPOeyGBXQgUGWxk =
796- github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08 /go.mod h1:vFJ3M7akwAWCtugDXRW+5Q9P+cp0RiH+K/D5FBbb/JA =
795+ github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241129090527-c3254b79e386 h1:/53J7MViLstrvhkVz4W48yX1bdw5WhmTa4Sz81aNSsU =
796+ github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241129090527-c3254b79e386 /go.mod h1:vFJ3M7akwAWCtugDXRW+5Q9P+cp0RiH+K/D5FBbb/JA =
797797github.tiyicn.workers.dev/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64 h1:RicDE0aJImRtIJTqcl7ssE8NH1c2xokJClGYfDR8i98 =
798798github.tiyicn.workers.dev/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64 /go.mod h1:NJSMdv+zTUK3p7rML12RZSeAUKHeLaoY3sR/oK0xhwo =
799799github.tiyicn.workers.dev/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU =
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ github.com/davecgh/go-spew/spew
336336# github.com/deckarep/golang-set v1.8.0
337337## explicit; go 1.17
338338github.tiyicn.workers.dev/deckarep/golang-set
339- # github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08
339+ # github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241129090527-c3254b79e386
340340## explicit; go 1.21
341341github.tiyicn.workers.dev/devtron-labs/authenticator/apiToken
342342github.tiyicn.workers.dev/devtron-labs/authenticator/client
@@ -2212,7 +2212,7 @@ xorm.io/xorm/log
22122212xorm.io/xorm/names
22132213xorm.io/xorm/schemas
22142214xorm.io/xorm/tags
2215- # github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08
2215+ # github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241129090527-c3254b79e386
22162216# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64
22172217# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
22182218# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
You can’t perform that action at this time.
0 commit comments