chore: update import statements from beckn to beckn-one in beckn-onix

This commit is contained in:
ameersohel45
2025-09-15 22:58:23 +05:30
parent cef960c622
commit afeffeefad
51 changed files with 102 additions and 102 deletions

View File

@@ -3,8 +3,8 @@ package main
import (
"context"
"github.com/beckn/beckn-onix/pkg/plugin/definition"
"github.com/beckn/beckn-onix/pkg/plugin/implementation/encrypter"
"github.com/beckn-one/beckn-onix/pkg/plugin/definition"
"github.com/beckn-one/beckn-onix/pkg/plugin/implementation/encrypter"
)
// encrypterProvider implements the definition.encrypterProvider interface.