module github.com/beatlabs/gomodctl go 1.13 require ( github.com/Masterminds/semver v1.5.0 github.com/go-resty/resty/v2 v2.1.0 github.com/mitchellh/go-homedir v1.1.0 github.com/olekukonko/tablewriter v0.0.4 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.5.0 github.com/stretchr/testify v1.4.0 golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect )