Updating packages
This commit is contained in:
@ -2,10 +2,10 @@ package dispatcher
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/thesyncim/fayec/internal/store"
|
||||
"github.com/thesyncim/fayec/message"
|
||||
"github.com/thesyncim/fayec/subscription"
|
||||
"github.com/thesyncim/fayec/transport"
|
||||
"gitea.watsonlabs.net/watsonb8/fayec/internal/store"
|
||||
"gitea.watsonlabs.net/watsonb8/fayec/message"
|
||||
"gitea.watsonlabs.net/watsonb8/fayec/subscription"
|
||||
"gitea.watsonlabs.net/watsonb8/fayec/transport"
|
||||
"log"
|
||||
"strconv"
|
||||
"sync"
|
||||
|
@ -1,7 +1,7 @@
|
||||
package store
|
||||
|
||||
import (
|
||||
"github.com/thesyncim/fayec/subscription"
|
||||
"gitea.watsonlabs.net/watsonb8/fayec/subscription"
|
||||
"sync"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user