revert pseudo/k8s deps

This commit is contained in:
Phillip Wittrock
2019-12-11 15:15:36 -08:00
parent 484ad36529
commit c2dc7ae789
50 changed files with 528 additions and 180 deletions

View File

@@ -7,7 +7,7 @@ import (
)
const (
perPageArg = "per_page"
perPageArg = "per_page"
)
const githubMaxPageSize = 100

View File

@@ -68,7 +68,7 @@ func TestQueryType(t *testing.T) {
func TestGithubSearchQuery(t *testing.T) {
const (
perPage = 100
perPage = 100
)
testCases := []struct {
@@ -82,7 +82,7 @@ func TestGithubSearchQuery(t *testing.T) {
}{
{
rc: RequestConfig{
perPage: perPage,
perPage: perPage,
},
codeQuery: Query{
Filename("kustomization.yaml"),