Merge branch 'release/v0.7.0'
Showing
... | ... | @@ -4,17 +4,15 @@ go 1.12 |
require ( | ||
git.psu.edu/swe-golang/buildversion v0.1.0 | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/fatih/color v1.7.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/manifoldco/promptui v0.3.2 | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mattn/go-isatty v0.0.7 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/nicksnyder/go-i18n v1.10.0 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.3.2 | ||
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect | ||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect | ||
... | ... |
Please register or sign in to comment