Skip to content

Migrated Go module path from github.com/deepalert/deepalert to github.com/cookpad/deepalert#37

Merged
bermannoah merged 1 commit intomasterfrom
nb/update-path
Apr 22, 2026
Merged

Migrated Go module path from github.com/deepalert/deepalert to github.com/cookpad/deepalert#37
bermannoah merged 1 commit intomasterfrom
nb/update-path

Conversation

@bermannoah
Copy link
Copy Markdown
Contributor

Updated module declaration in go.mod, all Go imports across 47 files,
and GitHub URLs in package.json.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

@bermannoah bermannoah requested a review from Copilot April 22, 2026 09:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Migrates the Go module/import path from github.com/deepalert/deepalert to github.com/cookpad/deepalert, and updates related repository URLs for the npm package metadata.

Changes:

  • Updated go.mod module path and rewrote Go import paths across the codebase to the new GitHub org.
  • Updated package.json repository/bugs/homepage URLs to the new GitHub location.
  • Updated go.sum to reflect the module/dependency graph after the migration.

Reviewed changes

Copilot reviewed 49 out of 50 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
test/workflow/result.go Update DeepAlert import path to new module location
test/workflow/main_test.go Update DeepAlert and workflow imports to new module location
test/workflow/inspector/main.go Update DeepAlert/inspector imports to new module location
test/workflow/emitter/main.go Update DeepAlert/workflow imports to new module location
package.json Update GitHub repository/bugs/homepage URLs
lambda/submitReport/main.go Update DeepAlert/handler imports to new module location
lambda/submitFinding/main.go Update DeepAlert/handler imports to new module location
lambda/receptAlert/main_test.go Update DeepAlert/internal imports and self-import path to new module location
lambda/receptAlert/main.go Update DeepAlert/handler/usecase imports to new module location
lambda/publishReport/main_test.go Update DeepAlert/internal imports to new module location
lambda/publishReport/main.go Update DeepAlert/internal imports to new module location
lambda/feedbackAttribute/main.go Update DeepAlert/handler imports to new module location
lambda/dummyReviewer/main.go Update DeepAlert import to new module location
lambda/dispatchInspection/main.go Update DeepAlert/handler imports to new module location
lambda/compileReport/main_test.go Update DeepAlert/internal imports to new module location
lambda/compileReport/main.go Update DeepAlert/handler imports to new module location
lambda/apiHandler/main_test.go Update DeepAlert/internal imports to new module location
lambda/apiHandler/main.go Update internal api/handler imports to new module location
internal/usecase/alert_test.go Update DeepAlert/internal imports to new module location
internal/usecase/alert.go Update DeepAlert/handler imports to new module location
internal/service/sns.go Update internal adaptor import to new module location
internal/service/sfn.go Update internal adaptor import to new module location
internal/service/repository_test.go Update DeepAlert/internal imports to new module location
internal/service/repository.go Update DeepAlert/internal imports to new module location
internal/repository/dynamodb.go Update DeepAlert/internal imports to new module location
internal/models/db_test.go Update DeepAlert/internal imports to new module location
internal/models/db.go Update DeepAlert import to new module location
internal/mock/sns.go Update internal adaptor import to new module location
internal/mock/sfn.go Update internal adaptor import to new module location
internal/mock/repository.go Update DeepAlert/internal imports to new module location
internal/handler/arguments.go Update internal imports to new module location
internal/api/report.go Update DeepAlert import to new module location
internal/api/api_test.go Update DeepAlert/internal imports to new module location
internal/api/api.go Update internal handler import to new module location
internal/api/alert.go Update DeepAlert/usecase imports to new module location
internal/adaptor/repository.go Update DeepAlert/models imports to new module location
inspector/test_utils.go Update DeepAlert import to new module location
inspector/mock.go Update DeepAlert import to new module location
inspector/inspector_test.go Update DeepAlert/inspector imports to new module location
inspector/inspector.go Update DeepAlert import to new module location
go.sum Dependency checksum updates after module path migration
go.mod Update module path; dependency set updated
examples/reviewer/main_test.go Update DeepAlert import to new module location
examples/reviewer/main.go Update DeepAlert import to new module location
examples/inspector/main_test.go Update DeepAlert/examples/inspector/inspector imports to new module location
examples/inspector/main.go Update DeepAlert/inspector imports to new module location
examples/emitter/main.go Update emitter import to new module location
emitter/emitter_test.go Update DeepAlert/emitter imports to new module location
emitter/emitter.go Update DeepAlert import to new module location
alert_test.go Update aliased DeepAlert import to new module location

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod Outdated
Comment thread go.mod Outdated
  github.com/deepalert/deepalert to github.com/cookpad/deepalert

  Updated module declaration in go.mod, all Go imports across 47 files,
  and GitHub URLs in package.json.

  Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bermannoah bermannoah merged commit a42e1d0 into master Apr 22, 2026
3 checks passed
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.

2 participants