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 package smtpd_test
import ( import (
"bitbucket.org/chrj/smtpd" "github.com/chrj/smtpd"
"errors" "errors"
"net/smtp" "net/smtp"
"strings" "strings"

View file

@ -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"
) )

View file

@ -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-----