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 +)