Update the Go import paths to new repo name (#27)

This commit is contained in:
Mike Arpaia
2020-11-11 09:59:12 -08:00
committed by GitHub
parent fb22ec5291
commit af96e52a00
214 changed files with 380 additions and 380 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"bytes"
"html/template"
"github.com/kolide/fleet/server/kolide"
"github.com/fleetdm/fleet/server/kolide"
)
// InviteMailer is used to build an email template for the invite email.
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"strings"
"time"
"github.com/kolide/fleet/server/bindata"
"github.com/kolide/fleet/server/kolide"
"github.com/fleetdm/fleet/server/bindata"
"github.com/fleetdm/fleet/server/kolide"
"github.com/pkg/errors"
)
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"os"
"testing"
"github.com/kolide/fleet/server/kolide"
"github.com/kolide/fleet/server/test"
"github.com/fleetdm/fleet/server/kolide"
"github.com/fleetdm/fleet/server/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)