Use our own gompd fork

pull/11/head
Stein Ivar Berghei 2023-03-30 23:59:16 +02:00
parent 90c7c65973
commit 91e9e9093d
3 changed files with 3 additions and 3 deletions

2
bot.go
View File

@ -12,13 +12,13 @@ import (
"github.com/diamondburned/arikawa/v3/state" "github.com/diamondburned/arikawa/v3/state"
"github.com/diamondburned/arikawa/v3/voice" "github.com/diamondburned/arikawa/v3/voice"
"github.com/faiface/beep" "github.com/faiface/beep"
"github.com/fhs/gompd/v2/mpd"
"github.com/gohugoio/hugo/cache/filecache" "github.com/gohugoio/hugo/cache/filecache"
"github.com/jackc/pgx/v5" "github.com/jackc/pgx/v5"
"github.com/julienschmidt/httprouter" "github.com/julienschmidt/httprouter"
"github.com/kataras/go-events" "github.com/kataras/go-events"
"github.com/spf13/afero" "github.com/spf13/afero"
"github.com/spf13/viper" "github.com/spf13/viper"
"github.com/steino/gompd/v2/mpd"
"google.golang.org/api/youtube/v3" "google.golang.org/api/youtube/v3"
) )

View File

@ -13,9 +13,9 @@ import (
"github.com/faiface/beep" "github.com/faiface/beep"
"github.com/faiface/beep/effects" "github.com/faiface/beep/effects"
"github.com/fhs/gompd/v2/mpd"
"github.com/google/uuid" "github.com/google/uuid"
"github.com/kataras/go-events" "github.com/kataras/go-events"
"github.com/steino/gompd/v2/mpd"
"golang.org/x/time/rate" "golang.org/x/time/rate"
) )

2
mpd.go
View File

@ -12,8 +12,8 @@ import (
"time" "time"
"github.com/faiface/beep" "github.com/faiface/beep"
"github.com/fhs/gompd/v2/mpd"
"github.com/kataras/go-events" "github.com/kataras/go-events"
"github.com/steino/gompd/v2/mpd"
) )
type MPD struct { type MPD struct {