Fix missing packages and references

This commit is contained in:
Mickael Remond 2018-01-01 18:35:47 +01:00
parent f1cda2c899
commit 1ea560ba1e
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.9 FROM golang:1.9
WORKDIR /go/src/fluux.io/xmpp WORKDIR /go/src/fluux.io/xmpp
COPY . ./ 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" "encoding/xml"
"fmt" "fmt"
"github.com/processone/gox/xmpp/iot" "fluux.io/xmpp/iot"
) )
// info/query // info/query

View file

@ -3,7 +3,7 @@ package pep // import "fluux.io/xmpp/pep"
import ( import (
"encoding/xml" "encoding/xml"
"github.com/processone/gox/xmpp" "fluux.io/xmpp"
) )
type iq struct { type iq struct {