From 6eb450d99bb4b1b32c0701abb1a9a05b12d1a3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:16:15 +0000 Subject: [PATCH] Bump golang.org/x/oauth2 from 0.25.0 to 0.27.0 in /pkg/youtube Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.27.0. - [Commits](https://github.com/golang/oauth2/compare/v0.25.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pkg/youtube/go.mod | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/pkg/youtube/go.mod b/pkg/youtube/go.mod index 30439ca..8fb0470 100644 --- a/pkg/youtube/go.mod +++ b/pkg/youtube/go.mod @@ -1,25 +1,11 @@ module github.com/Banh-Canh/ytui/pkg/youtube -go 1.22.6 +go 1.23.0 -require ( - github.com/ktr0731/go-fuzzyfinder v0.8.0 - golang.org/x/oauth2 v0.25.0 -) +require golang.org/x/oauth2 v0.27.0 require ( cloud.google.com/go/compute/metadata v0.5.0 // indirect - github.com/gdamore/encoding v1.0.0 // indirect - github.com/gdamore/tcell/v2 v2.6.0 // indirect - github.com/ktr0731/go-ansisgr v0.1.0 // indirect - github.com/lucasb-eyer/go-colorful v1.2.0 // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect - github.com/nsf/termbox-go v1.1.1 // indirect - github.com/pkg/errors v0.9.1 // indirect - github.com/rivo/uniseg v0.4.7 // indirect + github.com/google/go-cmp v0.6.0 // indirect golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect - google.golang.org/appengine v1.6.8 // indirect - google.golang.org/protobuf v1.28.0 // indirect -) \ No newline at end of file +)