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
|
||||
|
||||
import (
|
||||
"bitbucket.org/chrj/smtpd"
|
||||
"github.com/chrj/smtpd"
|
||||
"errors"
|
||||
"net/smtp"
|
||||
"strings"
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"log"
|
||||
"net/smtp"
|
||||
|
||||
"bitbucket.org/chrj/smtpd"
|
||||
"github.com/chrj/smtpd"
|
||||
"github.com/eaigner/dkim"
|
||||
)
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"bitbucket.org/chrj/smtpd"
|
||||
"github.com/chrj/smtpd"
|
||||
)
|
||||
|
||||
var localhostCert = []byte(`-----BEGIN CERTIFICATE-----
|
||||
|
|
Loading…
Add table
Reference in a new issue