Hi! > 1. github.com/dsoprea/go-utility - This one declares #2 in go.mod > 2. github.com/dsoprea/go-exif - This one doesn't declare #1 in go.mod, What is your end goal, is there a third package that depend on these? Are other Go packages likely to depend on these? One option would be to simply vendor these two tiny adn rarely updated dependencies in the main package that is your goal, or just package go-utility and vendor go-exif inside it.