Skip to content

Commit

Permalink
Containers -> Collections 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Aug 11, 2022
1 parent 4d58a36 commit 2a75d53
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 44 deletions.
2 changes: 1 addition & 1 deletion services/horizon/internal/db2/history/ledger_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package history
import (
"context"

"github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/errors"
"github.com/stellar/go/support/set"
)

// Queue adds `seq` to the load queue for the cache.
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/internal/db2/history/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"github.com/lib/pq"

"github.com/stellar/go/services/horizon/internal/db2"
"github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/db"
"github.com/stellar/go/support/errors"
"github.com/stellar/go/support/set"
strtime "github.com/stellar/go/support/time"
"github.com/stellar/go/xdr"
)
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/filters/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/stellar/go/ingest"
"github.com/stellar/go/services/horizon/internal/db2/history"
"github.com/stellar/go/services/horizon/internal/ingest/processors"
"github.com/stellar/go/support/set"
"github.com/stellar/go/support/collections/set"
)

type accountFilter struct {
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/filters/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/stellar/go/ingest"
"github.com/stellar/go/services/horizon/internal/db2/history"
"github.com/stellar/go/services/horizon/internal/ingest/processors"
"github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/log"
"github.com/stellar/go/support/set"
"github.com/stellar/go/xdr"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"github.com/stellar/go/ingest"
"github.com/stellar/go/services/horizon/internal/db2/history"
set "github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/errors"
set "github.com/stellar/go/support/set"
"github.com/stellar/go/toid"
"github.com/stellar/go/xdr"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"github.com/stellar/go/ingest"
"github.com/stellar/go/services/horizon/internal/db2/history"
set "github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/errors"
set "github.com/stellar/go/support/set"
"github.com/stellar/go/toid"
"github.com/stellar/go/xdr"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

"github.com/stellar/go/ingest"
"github.com/stellar/go/services/horizon/internal/db2/history"
set "github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/errors"
set "github.com/stellar/go/support/set"
"github.com/stellar/go/toid"
"github.com/stellar/go/xdr"
)
Expand Down
2 changes: 1 addition & 1 deletion services/horizon/internal/integration/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"github.com/stellar/go/services/horizon/internal/db2/history"
"github.com/stellar/go/services/horizon/internal/db2/schema"
"github.com/stellar/go/services/horizon/internal/test/integration"
"github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/db"
"github.com/stellar/go/support/db/dbtest"
"github.com/stellar/go/support/set"
"github.com/stellar/go/txnbuild"
"github.com/stellar/go/xdr"
)
Expand Down
2 changes: 1 addition & 1 deletion services/keystore/cmd/keystored/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
migrate "github.com/rubenv/sql-migrate"
"github.com/sirupsen/logrus"
"github.com/stellar/go/services/keystore"
"github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/log"
"github.com/stellar/go/support/set"

_ "github.com/lib/pq"
)
Expand Down
20 changes: 0 additions & 20 deletions support/set/set.go

This file was deleted.

14 changes: 0 additions & 14 deletions support/set/set_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion txnbuild/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"github.com/stellar/go/keypair"
"github.com/stellar/go/network"
"github.com/stellar/go/strkey"
"github.com/stellar/go/support/collections/set"
"github.com/stellar/go/support/errors"
"github.com/stellar/go/support/set"
"github.com/stellar/go/xdr"
)

Expand Down

0 comments on commit 2a75d53

Please sign in to comment.