Rename module to github.com/chimerical-llc/raven
Update go.mod and internal import paths for public release.
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
"log/slog"
|
||||
"time"
|
||||
|
||||
"raven/internal/filter"
|
||||
"github.com/chimerical-llc/raven/internal/filter"
|
||||
|
||||
"github.com/emersion/go-imap/v2"
|
||||
"github.com/emersion/go-imap/v2/imapclient"
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"log/slog"
|
||||
"testing"
|
||||
|
||||
"raven/internal/filter"
|
||||
"github.com/chimerical-llc/raven/internal/filter"
|
||||
)
|
||||
|
||||
func TestConfigAddress(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user