Skip to content

Conversation

@pasibun
Copy link
Contributor

@pasibun pasibun commented Jan 29, 2026

  • Updated import paths in crawler, git, and scanner packages to replace references from the old publiccode-crawler module to the new don-crawler module.
  • Modified go.mod to reflect the new module name.

- Updated import paths in crawler, git, and scanner packages to replace references from the old publiccode-crawler module to the new don-crawler module.
- Modified go.mod to reflect the new module name.
Copy link

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

This PR migrates the project from the publiccode-crawler module to the new don-crawler module. The changes update all import paths throughout the codebase to reflect the new module name and organization, removing the /v4 version suffix and changing the GitHub organization from italia to developer-overheid-nl.

Changes:

  • Updated go.mod to declare the new module name github.com/developer-overheid-nl/don-crawler
  • Replaced all internal import paths across the codebase to use the new module name
  • Updated .goreleaser.yml build configuration to reference the new module path in ldflags

Reviewed changes

Copilot reviewed 17 out of 18 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
go.mod Changed module declaration from publiccode-crawler/v4 to don-crawler
scanner/scanner.go Updated common package import path
scanner/gitlab.go Updated common package import path
scanner/github.go Updated common and githubapp package import paths
scanner/bitbucket.go Updated common package import path
main.go Updated cmd package import path
git/repo_activity.go Updated common package import path
git/readme.go Updated common package import path
git/clone_repository.go Updated common and githubapp package import paths
crawler/crawler.go Updated apiclient, common, git, and scanner package import paths
common/publisher.go Updated internal package import path
cmd/version.go Updated internal package import path
cmd/download_publishers.go Updated common and internal package import paths
cmd/crawl.go Updated apiclient, common, crawler, and githubapp package import paths
cmd/crawl-software.go Updated common, crawler, and githubapp package import paths
apiclient/apiclient.go Updated common and internal package import paths
.goreleaser.yml Updated ldflags to reference new module path and removed unnecessary configuration

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

3 participants