Skip to content

Commit

Permalink
include comment in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron committed Jan 30, 2024
1 parent 2ac59ef commit ee10983
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,7 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

// go: istio.io/[email protected] requires github.com/imdario/[email protected]: parsing go.mod:
// module declares its path as: dario.cat/mergo
// but was required as: github.com/imdario/mergo
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5

0 comments on commit ee10983

Please sign in to comment.