Fix broken imports

This commit is contained in:
Mickael Remond 2018-12-26 19:10:30 +01:00
parent 5eae7f4ef7
commit c7cdf3b5f3
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import (
"encoding/xml" "encoding/xml"
"testing" "testing"
"fluux.io/xmpp/iot" "gosrc.io/xmpp/iot"
) )
func TestControlSet(t *testing.T) { func TestControlSet(t *testing.T) {

2
iq.go
View file

@ -5,7 +5,7 @@ import (
"reflect" "reflect"
"strconv" "strconv"
"fluux.io/xmpp/iot" "gosrc.io/xmpp/iot"
) )
/* /*

View file

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