Skip to content

Commit

Permalink
Use pflag (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLaverack authored Feb 13, 2020
1 parent b6cbfaa commit be5d0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/json-iterator/go v1.1.9 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
// Pin spesific etcd version via tag. See https://github.com/etcd-io/etcd/pull/11477
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package main

import (
"flag"
"fmt"
"os"

flag "github.com/spf13/pflag"
"k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
Expand Down

0 comments on commit be5d0c4

Please sign in to comment.