diff options
author | 6543 <6543@obermui.de> | 2021-07-24 19:17:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 18:17:02 +0100 |
commit | d717c692fa026dd9edfd3a9f4a3cbed4f611ca3b (patch) | |
tree | a9a39288aa39d0256211a4ee61a64e174f5f4f76 /go.mod | |
parent | 9f31f3aa8ac4f6bfc8390c9ae63b2a387b414c88 (diff) | |
download | gitea-d717c692fa026dd9edfd3a9f4a3cbed4f611ca3b.tar.gz gitea-d717c692fa026dd9edfd3a9f4a3cbed4f611ca3b.zip |
bump github.com/markbates/goth from v1.67.1 to v1.68.0 (#16538)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ require ( github.com/lafriks/xormstore v1.4.0 github.com/lib/pq v1.10.2 github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96 - github.com/markbates/goth v1.67.1 + github.com/markbates/goth v1.68.0 github.com/mattn/go-isatty v0.0.13 github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mattn/go-sqlite3 v1.14.7 @@ -125,7 +125,7 @@ require ( go.uber.org/multierr v1.7.0 // indirect go.uber.org/zap v1.18.1 // indirect golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e - golang.org/x/net v0.0.0-20210614182718-04defd469f4e + golang.org/x/net v0.0.0-20210716203947-853a461950ff golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c golang.org/x/text v0.3.6 |