Skip to content

Commit

Permalink
fix: Pin mergo to v0.3.16 as per project docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmahlberg committed Aug 7, 2024
1 parent 7378f7e commit e7701ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ require (
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)

replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

0 comments on commit e7701ae

Please sign in to comment.