Updating packages

This commit is contained in:
2023-09-18 21:01:38 -05:00
parent c89756630f
commit 8f0db70487
10 changed files with 22 additions and 23 deletions

View File

@ -2,7 +2,7 @@ package extensions
import (
"encoding/json"
"github.com/thesyncim/faye/message"
"gitea.watsonlabs.net/watsonb8/fayec/message"
"io"
"log"
)
@ -12,7 +12,6 @@ func debugJson(v interface{}) string {
return string(b)
}
//
type DebugExtension struct {
in *log.Logger
out *log.Logger

View File

@ -1,7 +1,7 @@
package extensions
import (
"github.com/thesyncim/faye/message"
"gitea.watsonlabs.net/watsonb8/fayec/message"
)
type GetStream struct {