Update module path to match GitLab repository
- Changed module from github.com/bsf/orchard to gitlab.global.bsf.tools/esv/bsf/bsf-integration/orchard/orchard-mvp - Updated all internal import paths to match 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/aws/aws-sdk-go-v2/config"
|
||||
"github.com/aws/aws-sdk-go-v2/credentials"
|
||||
"github.com/aws/aws-sdk-go-v2/service/s3"
|
||||
orchardconfig "github.com/bsf/orchard/internal/config"
|
||||
orchardconfig "gitlab.global.bsf.tools/esv/bsf/bsf-integration/orchard/orchard-mvp/internal/config"
|
||||
)
|
||||
|
||||
// S3Storage implements content-addressable storage using S3
|
||||
|
||||
Reference in New Issue
Block a user