Fixing broken test
diff --git a/action/get_test.go b/action/get_test.go
index 94d18c7..b61490d 100644
--- a/action/get_test.go
+++ b/action/get_test.go
@@ -24,7 +24,7 @@
 		"github.com/Masterminds/semver",
 	}
 
-	addPkgsToConfig(conf, names, false)
+	addPkgsToConfig(conf, names, false, true)
 
 	if !conf.HasDependency("github.com/Masterminds/semver") {
 		t.Error("addPkgsToConfig failed to add github.com/Masterminds/semver")