File tree Expand file tree Collapse file tree 5 files changed +24
-10
lines changed
github.com/devtron-labs/authenticator Expand file tree Collapse file tree 5 files changed +24
-10
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ require gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
288
288
289
289
replace (
290
290
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
292
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64
292
293
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
293
294
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
792
792
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc /go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU =
793
793
github.com/devtron-labs/argo-workflows/v3 v3.5.10 h1:6rxQOesOzDz6SgQCMDQNHaehsKFW3C7U8CZeEek5kgQ =
794
794
github.com/devtron-labs/argo-workflows/v3 v3.5.10 /go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA =
795
- github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 h1:2+Q7Jdhpo/uMiaQiZZzAh+ZX7wEJIFuMFG6DEiMuo64 =
796
- github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 /go.mod h1:702R6WIf5y9UzKGoCGxQ+x3l5Ws+l0fXg2xlCpSGFZI =
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 =
797
797
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64 h1:RicDE0aJImRtIJTqcl7ssE8NH1c2xokJClGYfDR8i98 =
798
798
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64 /go.mod h1:NJSMdv+zTUK3p7rML12RZSeAUKHeLaoY3sR/oK0xhwo =
799
799
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU =
Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ github.com/davecgh/go-spew/spew
336
336
# github.com/deckarep/golang-set v1.8.0
337
337
## explicit; go 1.17
338
338
github.com/deckarep/golang-set
339
- # github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8
340
- ## explicit; go 1.18
339
+ # github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08
340
+ ## explicit; go 1.21
341
341
github.com/devtron-labs/authenticator/apiToken
342
342
github.com/devtron-labs/authenticator/client
343
343
github.com/devtron-labs/authenticator/jwt
@@ -2212,6 +2212,7 @@ xorm.io/xorm/log
2212
2212
xorm.io/xorm/names
2213
2213
xorm.io/xorm/schemas
2214
2214
xorm.io/xorm/tags
2215
+ # github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20241125053959-8c4b15265c08
2215
2216
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241114074942-28eb96763c64
2216
2217
# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
2217
2218
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
You can’t perform that action at this time.
0 commit comments