Fix broken imports
This commit is contained in:
parent
5eae7f4ef7
commit
c7cdf3b5f3
|
@ -4,7 +4,7 @@ import (
|
|||
"encoding/xml"
|
||||
"testing"
|
||||
|
||||
"fluux.io/xmpp/iot"
|
||||
"gosrc.io/xmpp/iot"
|
||||
)
|
||||
|
||||
func TestControlSet(t *testing.T) {
|
||||
|
|
2
iq.go
2
iq.go
|
@ -5,7 +5,7 @@ import (
|
|||
"reflect"
|
||||
"strconv"
|
||||
|
||||
"fluux.io/xmpp/iot"
|
||||
"gosrc.io/xmpp/iot"
|
||||
)
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@ package pep // import "gosrc.io/xmpp/pep"
|
|||
import (
|
||||
"encoding/xml"
|
||||
|
||||
"fluux.io/xmpp"
|
||||
"gosrc.io/xmpp"
|
||||
)
|
||||
|
||||
type iq struct {
|
||||
|
|
Loading…
Reference in a new issue