upgraded Gopkg.lock

This commit is contained in:
Chris Duong
2018-10-10 17:54:42 +08:00
parent ece3512d8e
commit f257068513
2 changed files with 50 additions and 19 deletions
+4 -4
View File
@@ -225,11 +225,11 @@ func TestResolveSecrets(t *testing.T) {
// Test resolving provided values
testInput := []struct {
server string
values string
server string
values string
stringValues string
token string
account string
token string
account string
}{
{server: "http://apiserver2", token: "123456", account: "helm2", values: "aval=test", stringValues: "long_string_value=1234567890"},
}