We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa0a5c0 + 00ef8c5 commit b3a8c55Copy full SHA for b3a8c55
5 files changed
go.mod
@@ -4,13 +4,12 @@ go 1.12
4
5
require (
6
github.com/gorilla/mux v1.7.3 // indirect
7
- github.com/imdario/mergo v0.3.7 // indirect
8
github.com/mitchellh/go-homedir v1.1.0
9
github.com/pkg/errors v0.8.1
10
github.com/sirupsen/logrus v1.4.2
11
github.com/spf13/cobra v0.0.7
12
github.com/spf13/pflag v1.0.5
13
- github.com/virtual-kubelet/virtual-kubelet v1.3.0
+ github.com/virtual-kubelet/virtual-kubelet v1.5.0
14
go.opencensus.io v0.21.0
15
gotest.tools v2.2.0+incompatible
16
k8s.io/api v0.18.4
0 commit comments