Skip to content

Commit

Permalink
deps(pkg): update deps used in packages after go mod update for k8s 1…
Browse files Browse the repository at this point in the history
….14.1

Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz committed Apr 12, 2019
1 parent fb74d2a commit 321f94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type TraceOptions struct {
// NewTraceOptions provides an instance of TraceOptions with default values.
func NewTraceOptions(streams genericclioptions.IOStreams) *TraceOptions {
return &TraceOptions{
configFlags: genericclioptions.NewConfigFlags(),
configFlags: genericclioptions.NewConfigFlags(false),

IOStreams: streams,
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/factory/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/cli-runtime/pkg/genericclioptions"
"k8s.io/cli-runtime/pkg/genericclioptions/resource"
"k8s.io/cli-runtime/pkg/resource"
"k8s.io/client-go/discovery"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/kubernetes"
Expand Down

0 comments on commit 321f94d

Please sign in to comment.