Update import paths for move to GitHub
This commit is contained in:
parent
68adb5dd88
commit
2987b286a4
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
package smtpd_test
|
package smtpd_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bitbucket.org/chrj/smtpd"
|
"github.com/chrj/smtpd"
|
||||||
"errors"
|
"errors"
|
||||||
"net/smtp"
|
"net/smtp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"net/smtp"
|
"net/smtp"
|
||||||
|
|
||||||
"bitbucket.org/chrj/smtpd"
|
"github.com/chrj/smtpd"
|
||||||
"github.com/eaigner/dkim"
|
"github.com/eaigner/dkim"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"bitbucket.org/chrj/smtpd"
|
"github.com/chrj/smtpd"
|
||||||
)
|
)
|
||||||
|
|
||||||
var localhostCert = []byte(`-----BEGIN CERTIFICATE-----
|
var localhostCert = []byte(`-----BEGIN CERTIFICATE-----
|
||||||
|
|
Loading…
Add table
Reference in a new issue