Skip to content

Commit 4234d9f

Browse files
fix: update anonuuid import path
1 parent 16d8392 commit 4234d9f

File tree

17 files changed

+342
-140
lines changed

17 files changed

+342
-140
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232
- go get -u github.com/axw/gocov/gocov
3333
- go get -u github.com/mattn/goveralls
3434
- go get golang.org/x/tools/cmd/cover
35-
- GO15VENDOREXPERIMENT=1 go get github.com/moul/anonuuid/cmd/anonuuid
35+
- GO15VENDOREXPERIMENT=1 go get moul.io/anonuuid/cmd/anonuuid
3636

3737

3838
script:

pkg/api/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"strings"
1515
"sync"
1616

17-
"github.com/moul/anonuuid"
17+
"moul.io/anonuuid"
1818
"github.com/renstrom/fuzzysearch/fuzzy"
1919
)
2020

pkg/api/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
"github.com/docker/docker/pkg/namesgenerator"
1717
"github.com/dustin/go-humanize"
18-
"github.com/moul/anonuuid"
18+
"moul.io/anonuuid"
1919
"github.com/scaleway/scaleway-cli/pkg/utils"
2020
"github.com/sirupsen/logrus"
2121
log "github.com/sirupsen/logrus"

pkg/commands/tag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package commands
77
import (
88
"fmt"
99

10-
"github.com/moul/anonuuid"
10+
"moul.io/anonuuid"
1111
)
1212

1313
// TagArgs are flags for the `RunTag` function

pkg/commands/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"strings"
88

9-
"github.com/moul/anonuuid"
9+
"moul.io/anonuuid"
1010
"github.com/scaleway/scaleway-cli/pkg/api"
1111
"github.com/scaleway/scaleway-cli/pkg/config"
1212
"github.com/scaleway/scaleway-cli/pkg/scwversion"

vendor/github.com/moul/anonuuid/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/moul/anonuuid/Makefile

Lines changed: 0 additions & 73 deletions
This file was deleted.

vendor/moul.io/anonuuid/Dockerfile

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/moul.io/anonuuid/LICENSE

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)