Skip to content

Commit

Permalink
Merge branch 'sdm_subscription' of https://github.com/saileshvvr/smf
Browse files Browse the repository at this point in the history
…into sdm_subscription
  • Loading branch information
saileshvvr committed Feb 6, 2024
2 parents 995afda + 3ae1878 commit 531bb14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/sbi/consumer/subscriber_data_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package consumer
import (
"context"

"github.com/pkg/errors"

Check failure on line 6 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / Go 1.18 sample

other declaration of errors

Check failure on line 6 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / lint (1.18)

other declaration of errors (typecheck)

"github.com/antihax/optional"

"github.com/pkg/errors"

Check failure on line 10 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / Go 1.18 sample

errors redeclared in this block

Check failure on line 10 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / Go 1.18 sample

imported and not used: "github.com/pkg/errors"

Check failure on line 10 in internal/sbi/consumer/subscriber_data_management.go

View workflow job for this annotation

GitHub Actions / lint (1.18)

`errors` redeclared in this block (typecheck)
Expand Down

0 comments on commit 531bb14

Please sign in to comment.