Skip to content

Commit

Permalink
Merge pull request #111 from github/dependabot/go_modules/golang.org/…
Browse files Browse the repository at this point in the history
…x/oauth2-0.23.0

Bump golang.org/x/oauth2 from 0.16.0 to 0.23.0
  • Loading branch information
chrisgavin authored Sep 14, 2024
2 parents 250c227 + eff2827 commit 1968e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1,407 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.14
require (
github.com/go-git/go-git/v5 v5.11.0
github.com/google/go-github/v32 v32.1.0
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/gorilla/mux v1.8.1
github.com/markbates/pkger v0.17.1
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
Expand All @@ -13,5 +14,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.16.0
golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.23.0
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 1968e01

Please sign in to comment.