module github.com/beatlabs/gomodctl go 1.13 require ( github.com/go-resty/resty/v2 v2.1.0 github.com/google/go-github v17.0.0+incompatible // indirect github.com/google/go-querystring v1.0.0 // indirect github.com/hashicorp/go-version v1.2.0 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/olekukonko/tablewriter v0.0.4 github.com/prometheus/common v0.4.0 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.5.0 github.com/stretchr/testify v1.4.0 github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e golang.org/x/mod v0.1.1-0.20191126161957-788aebd06792 )