aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-10 23:21:51 +0200
committerGitHub <noreply@github.com>2023-08-10 23:21:51 +0200
commit9bca0dc0ca8cbd2e5698e736c48d1bf6033970ae (patch)
tree5b769c1399a9680ce171899f84f024aa5be8bf09 /go.mod
parentd5238984ceb077d01e88a2767732db279ea6a190 (diff)
parent40d70737487e4cedf01e27ed687afdda094dd1f7 (diff)
downloadgit-bug-9bca0dc0ca8cbd2e5698e736c48d1bf6033970ae.tar.gz
Merge pull request #1067 from MichaelMure/dependabot/go_modules/golang.org/x/oauth2-0.8.0
build(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.8.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index c433350f..c36190a4 100644
--- a/go.mod
+++ b/go.mod
@@ -29,10 +29,10 @@ require (
github.com/vektah/gqlparser/v2 v2.5.1
github.com/xanzy/go-gitlab v0.79.1
golang.org/x/crypto v0.5.0
- golang.org/x/oauth2 v0.4.0
+ golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.1.0
- golang.org/x/sys v0.5.0
- golang.org/x/text v0.7.0
+ golang.org/x/sys v0.8.0
+ golang.org/x/text v0.9.0
)
// https://github.com/go-git/go-git/pull/659
@@ -114,11 +114,11 @@ require (
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
- golang.org/x/mod v0.7.0 // indirect
- golang.org/x/net v0.7.0 // indirect
- golang.org/x/term v0.5.0
+ golang.org/x/mod v0.8.0 // indirect
+ golang.org/x/net v0.10.0 // indirect
+ golang.org/x/term v0.8.0
golang.org/x/time v0.3.0 // indirect
- golang.org/x/tools v0.4.0 // indirect
+ golang.org/x/tools v0.6.0 // indirect
golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect