Skip to content

Commit 3107c9d

Browse files
authored
upgraded github.com/markbates/goth v1.67.1 => v1.68.0 (#16540)
1 parent a66ff8a commit 3107c9d

File tree

6 files changed

+69
-25
lines changed

6 files changed

+69
-25
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/libdns/libdns v0.2.0 // indirect
7979
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
8080
github.com/mailru/easyjson v0.7.7 // indirect
81-
github.com/markbates/goth v1.67.1
81+
github.com/markbates/goth v1.68.0
8282
github.com/mattn/go-isatty v0.0.12
8383
github.com/mattn/go-runewidth v0.0.10 // indirect
8484
github.com/mattn/go-sqlite3 v1.14.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
794794
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
795795
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
796796
github.com/markbates/going v1.0.0/go.mod h1:I6mnB4BPnEeqo85ynXIx1ZFLLbtiLHNXVgWeFO9OGOA=
797-
github.com/markbates/goth v1.67.1 h1:gU5B0pzHVyhnJPwGynfFnkfvaQ39C1Sy+ewdl+bhAOw=
798-
github.com/markbates/goth v1.67.1/go.mod h1:EyLFHGU5ySr2GXRDyJH5nu2dA7parbC8QwIYW/rGcWg=
797+
github.com/markbates/goth v1.68.0 h1:90sKvjRAKHcl9V2uC9x/PJXeD78cFPiBsyP1xVhoQfA=
798+
github.com/markbates/goth v1.68.0/go.mod h1:V2VcDMzDiMHW+YmqYl7i0cMiAUeCkAe4QE6jRKBhXZw=
799799
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
800800
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
801801
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=

vendor/github.com/markbates/goth/go.mod

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/markbates/goth/go.sum

Lines changed: 4 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/markbates/goth/providers/openidConnect/openidConnect.go

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ github.com/mailru/easyjson
551551
github.com/mailru/easyjson/buffer
552552
github.com/mailru/easyjson/jlexer
553553
github.com/mailru/easyjson/jwriter
554-
# github.com/markbates/goth v1.67.1
554+
# github.com/markbates/goth v1.68.0
555555
## explicit
556556
github.com/markbates/goth
557557
github.com/markbates/goth/gothic

0 commit comments

Comments
 (0)