Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b3a8c55

Browse files
authored
Merge pull request #38 from cwdsuzhou/update_vk_version
Update virtual-kubelet dependency to v1.5.0
2 parents aa0a5c0 + 00ef8c5 commit b3a8c55

5 files changed

Lines changed: 104 additions & 26 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ go 1.12
44

55
require (
66
github.com/gorilla/mux v1.7.3 // indirect
7-
github.com/imdario/mergo v0.3.7 // indirect
87
github.com/mitchellh/go-homedir v1.1.0
98
github.com/pkg/errors v0.8.1
109
github.com/sirupsen/logrus v1.4.2
1110
github.com/spf13/cobra v0.0.7
1211
github.com/spf13/pflag v1.0.5
13-
github.com/virtual-kubelet/virtual-kubelet v1.3.0
12+
github.com/virtual-kubelet/virtual-kubelet v1.5.0
1413
go.opencensus.io v0.21.0
1514
gotest.tools v2.2.0+incompatible
1615
k8s.io/api v0.18.4

0 commit comments

Comments
 (0)