Fix broken imports

disco_info_form
Mickael Remond 5 years ago
parent 5eae7f4ef7
commit c7cdf3b5f3
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

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

@ -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…
Cancel
Save