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,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"

View File

@ -1,7 +1,7 @@
package store
import (
"github.com/thesyncim/fayec/subscription"
"gitea.watsonlabs.net/watsonb8/fayec/subscription"
"sync"
)