Skip to content

use proper ufrave cli go module

Latest
Compare
Choose a tag to compare
@draganm draganm released this 30 Jun 09:49
b9cf609
fix the urfave/cli import (#9)

Use the module canonical import. Fixes this error in go modules:

    go: github.com/draganm/decli imports
      gopkg.in/urfave/cli.v2: gopkg.in/urfave/cli.v2@v2.2.0: parsing go.mod:
      module declares its path as: github.com/urfave/cli/v2
        but was required as: gopkg.in/urfave/cli.v2