Skip to content

Commit c02b372

Browse files
authored
chore: bump all logos usage (#118)
1 parent 3e823d2 commit c02b372

27 files changed

Lines changed: 25 additions & 32 deletions

cage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/loilo-inc/canarycage/v5/key"
55
"github.com/loilo-inc/canarycage/v5/logger"
66
"github.com/loilo-inc/canarycage/v5/types"
7-
"github.com/loilo-inc/logos/di"
7+
"github.com/loilo-inc/logos/v2/di"
88
)
99

1010
type cage struct {

cli/cage/audit/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/loilo-inc/canarycage/v5/key"
88
"github.com/loilo-inc/canarycage/v5/logger"
99
"github.com/loilo-inc/canarycage/v5/types"
10-
"github.com/loilo-inc/logos/di"
10+
"github.com/loilo-inc/logos/v2/di"
1111
)
1212

1313
type command struct {

cli/cage/audit/command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/loilo-inc/canarycage/v5/key"
1111
"github.com/loilo-inc/canarycage/v5/mocks/mock_audit"
1212
"github.com/loilo-inc/canarycage/v5/test"
13-
"github.com/loilo-inc/logos/di"
13+
"github.com/loilo-inc/logos/v2/di"
1414
"github.com/stretchr/testify/assert"
1515
"go.uber.org/mock/gomock"
1616
)

cli/cage/audit/deps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/loilo-inc/canarycage/v5/logger"
1414
"github.com/loilo-inc/canarycage/v5/timeout"
1515
"github.com/loilo-inc/canarycage/v5/types"
16-
"github.com/loilo-inc/logos/di"
16+
"github.com/loilo-inc/logos/v2/di"
1717
)
1818

1919
func ProvideAuditCmd(ctx context.Context, input *cageapp.AuditCmdInput) (types.Audit, error) {

cli/cage/audit/printer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/loilo-inc/canarycage/v5/key"
1010
"github.com/loilo-inc/canarycage/v5/logger"
1111
"github.com/loilo-inc/canarycage/v5/types"
12-
"github.com/loilo-inc/logos/di"
12+
"github.com/loilo-inc/logos/v2/di"
1313
)
1414

1515
type printer struct {

cli/cage/audit/printer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
ecrtypes "github.com/aws/aws-sdk-go-v2/service/ecr/types"
1111
"github.com/loilo-inc/canarycage/v5/key"
1212
"github.com/loilo-inc/canarycage/v5/test"
13-
"github.com/loilo-inc/logos/di"
13+
"github.com/loilo-inc/logos/v2/di"
1414
"github.com/stretchr/testify/assert"
1515
)
1616

cli/cage/commands/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/loilo-inc/canarycage/v5/task"
1818
"github.com/loilo-inc/canarycage/v5/timeout"
1919
"github.com/loilo-inc/canarycage/v5/types"
20-
"github.com/loilo-inc/logos/di"
20+
"github.com/loilo-inc/logos/v2/di"
2121
)
2222

2323
func ProvideCageCli(ctx context.Context, input *cageapp.CageCmdInput) (types.Cage, error) {

cli/cage/upgrade/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/loilo-inc/canarycage/v5/logger"
1010
"github.com/loilo-inc/canarycage/v5/timeout"
1111
"github.com/loilo-inc/canarycage/v5/types"
12-
"github.com/loilo-inc/logos/di"
12+
"github.com/loilo-inc/logos/v2/di"
1313
)
1414

1515
func ProvideUpgradeDI(ctx context.Context, input *cageapp.UpgradeCmdInput) (types.Upgrade, error) {

cli/cage/upgrade/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/loilo-inc/canarycage/v5/key"
2020
"github.com/loilo-inc/canarycage/v5/logger"
2121
"github.com/loilo-inc/canarycage/v5/types"
22-
"github.com/loilo-inc/logos/di"
22+
"github.com/loilo-inc/logos/v2/di"
2323
)
2424

2525
type upgrader struct {

cli/cage/upgrade/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/loilo-inc/canarycage/v5/cli/cage/cageapp"
1616
"github.com/loilo-inc/canarycage/v5/key"
1717
"github.com/loilo-inc/canarycage/v5/test"
18-
"github.com/loilo-inc/logos/di"
18+
"github.com/loilo-inc/logos/v2/di"
1919
"github.com/stretchr/testify/assert"
2020
)
2121

0 commit comments

Comments
 (0)