Skip to content

Commit

Permalink
Temporarily move to wildeyedskies/go-mpv for compatibility with MPV 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
wildeyedskies committed Dec 4, 2022
1 parent 8fe2832 commit fecd539
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
stmp.toml
stmp
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ require (
github.com/gdamore/tcell/v2 v2.1.0
github.com/rivo/tview v0.0.0-20201204190810-5406288b8e4e
github.com/spf13/viper v1.7.1
github.com/yourok/go-mpv v0.0.0-20160721123233-ecdfd901e332
github.com/wildeyedskies/go-mpv v0.0.0-20221204042335-e8961dc66756 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/wildeyedskies/go-mpv v0.0.0-20221204042335-e8961dc66756 h1:lB4C5hJIjUpbfaSuMT/cl/+ZqCxyqTzJeI0ZvFItwWg=
github.com/wildeyedskies/go-mpv v0.0.0-20221204042335-e8961dc66756/go.mod h1:RhhuJvJB4LWzwW2ls4J+4II6vFVd8WCiw6iKnrz2W68=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/yourok/go-mpv v0.0.0-20160721123233-ecdfd901e332 h1:vK2mog8IZi/ml5Ej6IDk9X/N20Gzg6gbXYt8+7OWvcE=
github.com/yourok/go-mpv v0.0.0-20160721123233-ecdfd901e332/go.mod h1:G4jkA/q5AjKcmEdS9VoZoK+gjB8oF3hu6FX8V3I1rxk=
Expand Down
2 changes: 1 addition & 1 deletion gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
"github.com/yourok/go-mpv/mpv"
"github.com/wildeyedskies/go-mpv/mpv"
)

/// struct contains all the updatable elements of the Ui
Expand Down
2 changes: 1 addition & 1 deletion player.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/yourok/go-mpv/mpv"
"github.com/wildeyedskies/go-mpv/mpv"
)

const (
Expand Down

0 comments on commit fecd539

Please sign in to comment.