Update import paths for move to GitHub

This commit is contained in:
Christoffer G. Thomsen 2017-08-20 18:05:24 +02:00
parent 68adb5dd88
commit 2987b286a4
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
package smtpd_test
import (
"bitbucket.org/chrj/smtpd"
"github.com/chrj/smtpd"
"errors"
"net/smtp"
"strings"

View file

@ -8,7 +8,7 @@ import (
"log"
"net/smtp"
"bitbucket.org/chrj/smtpd"
"github.com/chrj/smtpd"
"github.com/eaigner/dkim"
)

View file

@ -12,7 +12,7 @@ import (
"testing"
"time"
"bitbucket.org/chrj/smtpd"
"github.com/chrj/smtpd"
)
var localhostCert = []byte(`-----BEGIN CERTIFICATE-----