diff --git a/bot.go b/bot.go index 9cda1af..e317fe5 100644 --- a/bot.go +++ b/bot.go @@ -12,13 +12,13 @@ import ( "github.com/diamondburned/arikawa/v3/state" "github.com/diamondburned/arikawa/v3/voice" "github.com/faiface/beep" - "github.com/fhs/gompd/v2/mpd" "github.com/gohugoio/hugo/cache/filecache" "github.com/jackc/pgx/v5" "github.com/julienschmidt/httprouter" "github.com/kataras/go-events" "github.com/spf13/afero" "github.com/spf13/viper" + "github.com/steino/gompd/v2/mpd" "google.golang.org/api/youtube/v3" ) diff --git a/events.go b/events.go index 9d75bc7..eec3fa2 100644 --- a/events.go +++ b/events.go @@ -13,9 +13,9 @@ import ( "github.com/faiface/beep" "github.com/faiface/beep/effects" - "github.com/fhs/gompd/v2/mpd" "github.com/google/uuid" "github.com/kataras/go-events" + "github.com/steino/gompd/v2/mpd" "golang.org/x/time/rate" ) diff --git a/mpd.go b/mpd.go index e6a5dc4..a1e9afa 100644 --- a/mpd.go +++ b/mpd.go @@ -12,8 +12,8 @@ import ( "time" "github.com/faiface/beep" - "github.com/fhs/gompd/v2/mpd" "github.com/kataras/go-events" + "github.com/steino/gompd/v2/mpd" ) type MPD struct {