github.com/hideaki10/command-line@v0.9.8/go.mod (about)

     1  module github.com/hideaki10/command-line
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/blang/semver v3.5.1+incompatible
     7  	github.com/mitchellh/go-homedir v1.1.0
     8  	github.com/onsi/ginkgo v1.16.5
     9  	github.com/onsi/gomega v1.17.0
    10  	github.com/rhysd/go-github-selfupdate v1.2.3
    11  	github.com/spf13/cobra v1.3.0
    12  	github.com/spf13/viper v1.10.0
    13  )