Fix broken imports
This commit is contained in:
parent
5eae7f4ef7
commit
c7cdf3b5f3
|
@ -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
2
iq.go
|
@ -5,7 +5,7 @@ import (
|
||||||
"reflect"
|
"reflect"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"fluux.io/xmpp/iot"
|
"gosrc.io/xmpp/iot"
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue