From c7cdf3b5f3bb99807d4b1e71d9e11ce081e06c37 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 26 Dec 2018 19:10:30 +0100 Subject: [PATCH] Fix broken imports --- control_test.go | 2 +- iq.go | 2 +- pep/user_tune.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control_test.go b/control_test.go index 8cfca32..f52f663 100644 --- a/control_test.go +++ b/control_test.go @@ -4,7 +4,7 @@ import ( "encoding/xml" "testing" - "fluux.io/xmpp/iot" + "gosrc.io/xmpp/iot" ) func TestControlSet(t *testing.T) { diff --git a/iq.go b/iq.go index 30990f9..ecd6e49 100644 --- a/iq.go +++ b/iq.go @@ -5,7 +5,7 @@ import ( "reflect" "strconv" - "fluux.io/xmpp/iot" + "gosrc.io/xmpp/iot" ) /* diff --git a/pep/user_tune.go b/pep/user_tune.go index cacba1e..c1fe5ad 100644 --- a/pep/user_tune.go +++ b/pep/user_tune.go @@ -3,7 +3,7 @@ package pep // import "gosrc.io/xmpp/pep" import ( "encoding/xml" - "fluux.io/xmpp" + "gosrc.io/xmpp" ) type iq struct {