Migrated Go module path from github.com/deepalert/deepalert to github.com/cookpad/deepalert#37
Merged
bermannoah merged 1 commit intomasterfrom Apr 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.modmodule path and rewrote Go import paths across the codebase to the new GitHub org. - Updated
package.jsonrepository/bugs/homepage URLs to the new GitHub location. - Updated
go.sumto 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.
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>
c36dfb9 to
3538fcd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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