mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-17 09:52:54 -07:00
Fix broken imports
This commit is contained in:
@@ -3,7 +3,7 @@ package pep // import "gosrc.io/xmpp/pep"
|
||||
import (
|
||||
"encoding/xml"
|
||||
|
||||
"fluux.io/xmpp"
|
||||
"gosrc.io/xmpp"
|
||||
)
|
||||
|
||||
type iq struct {
|
||||
|
||||
Reference in New Issue
Block a user