I'm currently trying to run librespot-golang for the first time, but I'm getting these errors after go run main.go
# github.com/xlab/vorbis-go/decoder ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:28:19: undefined: vorbis.OggSyncState ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:31:21: undefined: vorbis.OggStreamState ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:35:14: undefined: vorbis.OggPage ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:39:16: undefined: vorbis.OggPacket ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:42:14: undefined: vorbis.Info ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:45:17: undefined: vorbis.Comment ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:49:18: undefined: vorbis.DspState ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:54:15: undefined: vorbis.Block ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\util.go:11:26: undefined: vorbis.Info ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\util.go:11:43: undefined: vorbis.Comment ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\util.go:11:43: too many errors
I'm currently trying to run librespot-golang for the first time, but I'm getting these errors after
go run main.go# github.com/xlab/vorbis-go/decoder ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:28:19: undefined: vorbis.OggSyncState ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:31:21: undefined: vorbis.OggStreamState ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:35:14: undefined: vorbis.OggPage ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:39:16: undefined: vorbis.OggPacket ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:42:14: undefined: vorbis.Info ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:45:17: undefined: vorbis.Comment ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:49:18: undefined: vorbis.DspState ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\decoder.go:54:15: undefined: vorbis.Block ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\util.go:11:26: undefined: vorbis.Info ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\util.go:11:43: undefined: vorbis.Comment ..\..\..\go\pkg\mod\github.com\xlab\vorbis-go@v0.0.0-20190125051917-087364aef51d\decoder\util.go:11:43: too many errors