🚚 Rename project

This commit is contained in:
Dan Jones 2024-10-28 13:48:22 -05:00
commit c73dfc0d3a
12 changed files with 24 additions and 24 deletions

View file

@ -1,11 +1,11 @@
package lenore
package combluotion
import (
"fmt"
"testing"
"codeberg.org/danjones000/lenore/config"
"codeberg.org/danjones000/lenore/internal/testmocks"
"codeberg.org/danjones000/combluotion/config"
"codeberg.org/danjones000/combluotion/internal/testmocks"
vocab "github.com/go-ap/activitypub"
"github.com/stretchr/testify/assert"
)