Changed Project Name from godovecot to modDovecot

Issue
This commit is contained in:
mandi 2022-05-12 13:51:50 +02:00
parent 1a351c3401
commit 229b5c8870
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.ververis.eu/mandi/godovecot
module git.ververis.eu/mandi/modDovecot
go 1.18

View File

@ -18,7 +18,7 @@ import (
"golang.org/x/crypto/ssh"
kh "golang.org/x/crypto/ssh/knownhosts"
"git.ververis.eu/mandi/godovecot/types"
"git.ververis.eu/mandi/modDovecot/types"
)
const serialServerPath string = "srv"

View File

@ -10,7 +10,7 @@ import (
"syscall"
"time"
dovecot "git.ververis.eu/mandi/godovecot"
dovecot "git.ververis.eu/mandi/modDovecot"
logrus "github.com/sirupsen/logrus"
)