Fix missing packages and references

This commit is contained in:
Mickael Remond
2018-01-01 18:35:47 +01:00
parent f1cda2c899
commit 1ea560ba1e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp
COPY . ./
RUN go get
RUN go get github.com/processone/mpg123 github.com/processone/soundcloud

2
iq.go
View File

@@ -4,7 +4,7 @@ import (
"encoding/xml"
"fmt"
"github.com/processone/gox/xmpp/iot"
"fluux.io/xmpp/iot"
)
// info/query

View File

@@ -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 {