File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ require (
12
12
github.com/ghodss/yaml v1.0.0 // indirect
13
13
github.com/gobwas/glob v0.2.3 // indirect
14
14
github.com/golang/protobuf v1.3.1
15
- github.com/helm/helm v2.14.3+incompatible
16
15
github.com/huandu/xstrings v1.2.0 // indirect
17
16
github.com/imdario/mergo v0.3.8 // indirect
18
17
github.com/jessevdk/go-flags v1.4.0
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
48
48
github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
49
49
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d /go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY =
50
50
github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
51
- github.com/helm/helm v2.14.3+incompatible h1:qcA+YrKE8026DX8h4HANBnx+hKrB2oOZYpS0tMtmR/A =
52
- github.com/helm/helm v2.14.3+incompatible /go.mod h1:ahXhuvluW4YnSL6W6hDVetZsVK8Pv4BP8OwKli7aMqo =
53
51
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI =
54
52
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
55
53
github.com/huandu/xstrings v1.2.0 h1:yPeWdRnmynF7p+lLYz0H2tthW9lqhMJrQV/U7yy4wX0 =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"strings"
14
14
15
15
"github.com/golang/protobuf/ptypes/timestamp"
16
- "github.com/helm /helm/pkg/renderutil"
16
+ "k8s.io /helm/pkg/renderutil"
17
17
"github.com/mitchellh/colorstring"
18
18
"github.com/open-policy-agent/opa/rego"
19
19
"github.com/open-policy-agent/opa/tester"
You can’t perform that action at this time.
0 commit comments