Skip to content

Commit

Permalink
Finish move from utils/set to collections/set.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Jan 31, 2020
1 parent 8a733c2 commit 03b3b91
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 17 deletions.
1 change: 0 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/facadeversions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
package api_test

import (
"github.com/juju/collections/set"
jc "github.com/juju/testing/checkers"
"github.com/juju/utils/set"
gc "gopkg.in/check.v1"

"github.com/juju/juju/api"
Expand Down
2 changes: 1 addition & 1 deletion apiserver/facades/agent/caasoperator/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
package caasoperator

import (
"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/utils/set"
"gopkg.in/juju/worker.v1"
"gopkg.in/juju/worker.v1/catacomb"

Expand Down
2 changes: 1 addition & 1 deletion apiserver/facades/client/action/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ package action
import (
"strings"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/utils/set"
"gopkg.in/juju/names.v3"

"github.com/juju/juju/apiserver/common"
Expand Down
2 changes: 1 addition & 1 deletion apiserver/facades/client/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"sort"
"strings"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/loggo"
"github.com/juju/txn"
"github.com/juju/utils/set"
"gopkg.in/juju/names.v3"
"gopkg.in/macaroon.v2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
package controller

import (
"github.com/juju/collections/set"
jc "github.com/juju/testing/checkers"
"github.com/juju/utils/set"
gc "gopkg.in/check.v1"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"strconv"
"strings"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/loggo"
"github.com/juju/utils/set"

"github.com/juju/juju/apiserver/common"
"github.com/juju/juju/apiserver/facade"
Expand Down
2 changes: 1 addition & 1 deletion cmd/juju/backups/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"fmt"

"github.com/juju/cmd"
"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/gnuflag"
"github.com/juju/utils/set"

"github.com/juju/juju/apiserver/params"
jujucmd "github.com/juju/juju/cmd"
Expand Down
2 changes: 1 addition & 1 deletion cmd/juju/commands/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
"syscall"

"github.com/juju/cmd"
"github.com/juju/collections/set"
"github.com/juju/gnuflag"
"github.com/juju/utils"
"github.com/juju/utils/set"

"github.com/juju/juju/juju/osenv"
)
Expand Down
2 changes: 1 addition & 1 deletion container/broker/broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ package broker
import (
"strings"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/loggo"
"github.com/juju/utils/arch"
"github.com/juju/utils/set"
"gopkg.in/juju/names.v3"

apiprovisioner "github.com/juju/juju/api/provisioner"
Expand Down
2 changes: 1 addition & 1 deletion core/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
package model

import (
"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/os"
"github.com/juju/os/series"
"github.com/juju/utils/set"
)

// ModelType indicates a model type.
Expand Down
2 changes: 1 addition & 1 deletion core/raftlease/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"time"

"github.com/hashicorp/raft"
"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/utils/set"
yaml "gopkg.in/yaml.v2"

"github.com/juju/juju/core/globalclock"
Expand Down
2 changes: 1 addition & 1 deletion mongo/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
"strings"
"time"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/utils"
"github.com/juju/utils/featureflag"
"github.com/juju/utils/set"

"github.com/juju/juju/feature"
"github.com/juju/juju/network"
Expand Down
2 changes: 1 addition & 1 deletion mongo/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ package mongo_test
import (
"strings"

"github.com/juju/collections/set"
"github.com/juju/loggo"
jc "github.com/juju/testing/checkers"
"github.com/juju/utils/set"
gc "gopkg.in/check.v1"

"github.com/juju/juju/mongo"
Expand Down
2 changes: 1 addition & 1 deletion provider/oci/networking.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"strings"
"time"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/utils/set"
ociCore "github.com/oracle/oci-go-sdk/core"
"gopkg.in/juju/names.v3"

Expand Down
2 changes: 1 addition & 1 deletion state/lease/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"sync"
"time"

"github.com/juju/collections/set"
"github.com/juju/errors"
"github.com/juju/loggo"
jujutxn "github.com/juju/txn"
"github.com/juju/utils/set"
"gopkg.in/mgo.v2/bson"
"gopkg.in/mgo.v2/txn"

Expand Down
2 changes: 1 addition & 1 deletion state/modelgeneration.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"strconv"
"time"

"github.com/juju/collections/set"
"github.com/juju/errors"
jujutxn "github.com/juju/txn"
"github.com/juju/utils/set"
"gopkg.in/juju/charm.v6"
"gopkg.in/juju/names.v3"
"gopkg.in/mgo.v2"
Expand Down

0 comments on commit 03b3b91

Please sign in to comment.