Fix https://github.com/matthieugrieger/mumbledj/issues/115: Temporary fix for discontinued code.google.com imports

pull/116/head
Matthieu Grieger 2016-01-26 18:24:08 -08:00
parent f4a7c7bfab
commit 7451811c22
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
all: mumbledj
mumbledj: main.go commands.go parseconfig.go strings.go service.go youtube_dl.go service_youtube.go service_soundcloud.go songqueue.go cache.go
go get github.com/nitrous-io/goop
go get github.com/karmakaze/goop
rm -rf Goopfile.lock
goop install
goop go build