gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
587 stars 90 forks source link

update dependencies #98

Closed mark-ship-it closed 3 years ago

mark-ship-it commented 3 years ago

running into the following problem installing fetch:

go get: github.com/gruntwork-io/gruntwork-cli@v0.7.2 updating to
    github.com/gruntwork-io/gruntwork-cli@v0.9.2: parsing go.mod:
    module declares its path as: github.com/gruntwork-io/go-commons
            but was required as: github.com/gruntwork-io/gruntwork-cli

use go-commons instead of the deprecated gruntwork-cli

brikis98 commented 3 years ago

Tests passed! Merging now.