Skip to content

Commit df832c2

Browse files
committed
Make uuid package an internal dependency
1 parent 97d8036 commit df832c2

File tree

15 files changed

+4
-4
lines changed

15 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

logs/logs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
1010
"github.com/ejholmes/cloudwatch"
1111
"github.com/remind101/empire"
12-
"github.com/remind101/empire/pkg/uuid"
12+
"github.com/remind101/empire/internal/uuid"
1313
"github.com/remind101/kinesumer"
1414
)
1515

pkg/heroku/heroku.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"runtime"
1919
"strings"
2020

21-
"github.com/remind101/empire/pkg/uuid"
21+
"github.com/remind101/empire/internal/uuid"
2222
)
2323

2424
const (

scheduler/cloudformation/cloudformation_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
docker "github.com/fsouza/go-dockerclient"
2424
_ "github.com/lib/pq"
2525
"github.com/remind101/empire/dbtest"
26+
"github.com/remind101/empire/internal/uuid"
2627
"github.com/remind101/empire/pkg/bytesize"
27-
"github.com/remind101/empire/pkg/uuid"
2828
"github.com/remind101/empire/twelvefactor"
2929
"github.com/stretchr/testify/assert"
3030
"github.com/stretchr/testify/mock"

scheduler/docker/docker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"strings"
1010

1111
"github.com/fsouza/go-dockerclient"
12+
"github.com/remind101/empire/internal/uuid"
1213
"github.com/remind101/empire/pkg/dockerutil"
13-
"github.com/remind101/empire/pkg/uuid"
1414
"github.com/remind101/empire/twelvefactor"
1515
"golang.org/x/net/context"
1616
)

0 commit comments

Comments
 (0)