mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-10-22 12:35:36 -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