Skip to content

Commit 1dac6ca

Browse files
committed
authenticator version update
1 parent 4c8c012 commit 1dac6ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/coreos/go-oidc/v3 v3.11.0
2222
github.com/davecgh/go-spew v1.1.1
2323
github.com/deckarep/golang-set v1.8.0
24-
github.com/devtron-labs/authenticator v0.4.35-0.20240807084802-49f4b0843ad4
24+
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8
2525
github.com/devtron-labs/common-lib v0.0.25-0.20240809073131-5cefb0e8a93a
2626
github.com/devtron-labs/go-bitbucket v0.9.60-beta
2727
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ github.com/deckarep/golang-set v1.8.0/go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS3
193193
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
194194
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc h1:VRRKCwnzqk8QCaRC4os14xoKDdbHqqlJtJA0oc1ZAjg=
195195
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
196-
github.com/devtron-labs/authenticator v0.4.35-0.20240807084802-49f4b0843ad4 h1:1wv/7caKTA9nIAdQ6GqPAxTQ6bZfGmHxGgJ6bQqGVSo=
197-
github.com/devtron-labs/authenticator v0.4.35-0.20240807084802-49f4b0843ad4/go.mod h1:702R6WIf5y9UzKGoCGxQ+x3l5Ws+l0fXg2xlCpSGFZI=
196+
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 h1:2+Q7Jdhpo/uMiaQiZZzAh+ZX7wEJIFuMFG6DEiMuo64=
197+
github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8/go.mod h1:702R6WIf5y9UzKGoCGxQ+x3l5Ws+l0fXg2xlCpSGFZI=
198198
github.com/devtron-labs/common-lib v0.0.25-0.20240809073131-5cefb0e8a93a h1:VebYW3ZIz85sZedsG1wRAaV3V4B2Bx26XXpG8T9VfAA=
199199
github.com/devtron-labs/common-lib v0.0.25-0.20240809073131-5cefb0e8a93a/go.mod h1:a7aCClaxYfnyYEENSe1RnkQCeW2AwmCAPYsuvgk0aW0=
200200
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ github.com/davecgh/go-spew/spew
393393
# github.com/deckarep/golang-set v1.8.0
394394
## explicit; go 1.17
395395
github.com/deckarep/golang-set
396-
# github.com/devtron-labs/authenticator v0.4.35-0.20240807084802-49f4b0843ad4
396+
# github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8
397397
## explicit; go 1.18
398398
github.com/devtron-labs/authenticator/apiToken
399399
github.com/devtron-labs/authenticator/client

0 commit comments

Comments
 (0)