Skip to content

fix: change github.com/imdario/mergo imports to dario.cat/mergo - #9362

Draft
singhlovepreet9 wants to merge 1 commit into
aws:mainfrom
singhlovepreet9:fix-mergo-import
Draft

fix: change github.com/imdario/mergo imports to dario.cat/mergo#9362
singhlovepreet9 wants to merge 1 commit into
aws:mainfrom
singhlovepreet9:fix-mergo-import

Conversation

@singhlovepreet9

Copy link
Copy Markdown

Fixes #9294

Description

This PR resolves the go mod tidy error caused by mismatched imports for the mergo package. The module declares its path as dario.cat/mergo, but it was previously required as github.com/imdario/mergo.

By updating all imports from "github.com/imdario/mergo" to "dario.cat/mergo", we eliminate the import mismatch and allow go mod tidy to succeed without workarounds.

Testing

  • go mod tidy executes successfully without errors.
  • go build ./... compiles successfully.

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.

go mod tidy error due to github.com/imdario/mergo import

1 participant