Skip to content

fix: update Go module path from mniedre to webcane#4

Closed
webcane wants to merge 1 commit into
masterfrom
fix/module-path-webcane
Closed

fix: update Go module path from mniedre to webcane#4
webcane wants to merge 1 commit into
masterfrom
fix/module-path-webcane

Conversation

@webcane
Copy link
Copy Markdown
Owner

@webcane webcane commented May 19, 2026

Summary

Updates the Go module path to match the actual GitHub repository location.

  • Before: github.com/mniedre/docker-deploy
  • After: github.com/webcane/docker-deploy

Changes

  • Updated go.mod module declaration
  • Updated all internal package imports in 4 source files:
    • cmd/docker-deploy/main.go
    • internal/compose/run.go
    • internal/config/config.go
    • internal/filetransfer/upload.go
  • Verified with go mod tidy

Verification

✓ All imports reference the correct module path
✓ Module builds cleanly
✓ No dangling references to old module path

🤖 Generated with Claude Code

Change go.mod module declaration and all internal imports to reflect the actual GitHub repository location (github.com/webcane/docker-deploy instead of github.com/mniedre/docker-deploy).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@webcane
Copy link
Copy Markdown
Owner Author

webcane commented May 19, 2026

already in main

@webcane webcane closed this May 19, 2026
@webcane webcane deleted the fix/module-path-webcane branch May 19, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant