diff --git a/Dockerfile b/Dockerfile index 9ed96c2..9d85906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM golang:1.9 WORKDIR /go/src/fluux.io/xmpp COPY . ./ -RUN go get \ No newline at end of file +RUN go get github.com/processone/mpg123 github.com/processone/soundcloud \ No newline at end of file diff --git a/iq.go b/iq.go index 40cec46..f737e82 100644 --- a/iq.go +++ b/iq.go @@ -4,7 +4,7 @@ import ( "encoding/xml" "fmt" - "github.com/processone/gox/xmpp/iot" + "fluux.io/xmpp/iot" ) // info/query diff --git a/pep/user_tune.go b/pep/user_tune.go index 77353be..846dda0 100644 --- a/pep/user_tune.go +++ b/pep/user_tune.go @@ -3,7 +3,7 @@ package pep // import "fluux.io/xmpp/pep" import ( "encoding/xml" - "github.com/processone/gox/xmpp" + "fluux.io/xmpp" ) type iq struct {