From 91e9e9093dc7b01119899474995e58fe073c38f1 Mon Sep 17 00:00:00 2001 From: Stein Ivar Berghei Date: Thu, 30 Mar 2023 23:59:16 +0200 Subject: [PATCH] Use our own gompd fork --- bot.go | 2 +- events.go | 2 +- mpd.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {