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,9 +2,9 @@ package main
import (
"fmt"
"github.com/thesyncim/fayec"
"github.com/thesyncim/fayec/message"
"github.com/thesyncim/fayec/subscription"
"gitea.watsonlabs.net/watsonb8/fayec"
"gitea.watsonlabs.net/watsonb8/fayec/message"
"gitea.watsonlabs.net/watsonb8/fayec/subscription"
"time"
)