chore: update import statements from beckn to beckn-one in beckn-onix
This commit is contained in:
@@ -3,8 +3,8 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/beckn/beckn-onix/pkg/plugin/definition"
|
||||
decrypter "github.com/beckn/beckn-onix/pkg/plugin/implementation/decrypter"
|
||||
"github.com/beckn-one/beckn-onix/pkg/plugin/definition"
|
||||
decrypter "github.com/beckn-one/beckn-onix/pkg/plugin/implementation/decrypter"
|
||||
)
|
||||
|
||||
// decrypterProvider implements the definition.decrypterProvider interface.
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
"github.com/zenazn/pkcs7pad"
|
||||
|
||||
"github.com/beckn/beckn-onix/pkg/model"
|
||||
"github.com/beckn-one/beckn-onix/pkg/model"
|
||||
)
|
||||
|
||||
// decrypter implements the Decrypter interface and handles the decryption process.
|
||||
|
||||
Reference in New Issue
Block a user