Merge pull request #26 from sqshq/first_run_license_validation
Issue with first run license validation
Showing
+41 -1
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/lunixbochs/vtclean v1.0.0 | ||
github.com/mattn/go-runewidth v0.0.4 | ||
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/go-wordwrap v1.0.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22 | ||
) |
metadata/license_test.go
0 → 100644
Please register or sign in to comment