File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ go 1.12
5
5
require (
6
6
github.com/beorn7/perks v1.0.0 // indirect
7
7
github.com/golang/protobuf v1.3.2
8
+ github.com/google/uuid v1.1.1
8
9
github.com/inconshreveable/mousetrap v1.0.0 // indirect
9
10
github.com/prometheus/client_golang v0.9.2
10
11
github.com/prometheus/common v0.4.0 // indirect
11
12
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect
12
13
github.com/spf13/cobra v0.0.3
13
14
github.com/spf13/pflag v1.0.3
15
+ golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
14
16
golang.org/x/sys v0.0.0-20190225065934-cc5685c2db12 // indirect
17
+ golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
15
18
google.golang.org/grpc v1.26.0
19
+ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
16
20
k8s.io/klog v0.3.0
17
21
)
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM
21
21
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
22
22
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs =
23
23
github.com/golang/protobuf v1.3.2 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
24
- github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ =
25
24
github.com/google/go-cmp v0.2.0 /go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
26
- github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM =
25
+ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY =
26
+ github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
27
27
github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
28
28
github.com/julienschmidt/httprouter v1.2.0 /go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w =
29
29
github.com/konsorten/go-windows-terminal-sequences v1.0.1 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
You can’t perform that action at this time.
0 commit comments