Skip to content

Commit 1c07ba4

Browse files
committed
update vk to 0.3.4
1 parent 7bd2aac commit 1c07ba4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/eclipse/paho.mqtt.golang v1.5.0
99
github.com/go-resty/resty/v2 v2.11.0
1010
github.com/google/uuid v1.6.0
11-
github.com/koupleless/arkctl v0.2.2-0.20240702132710-aba4f6ced448
12-
github.com/koupleless/virtual-kubelet v0.3.3
11+
github.com/koupleless/arkctl v0.2.2
12+
github.com/koupleless/virtual-kubelet v0.3.4
1313
github.com/onsi/ginkgo/v2 v2.19.0
1414
github.com/onsi/gomega v1.33.1
1515
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
9292
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
9393
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
9494
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
95-
github.com/koupleless/arkctl v0.2.2-0.20240702132710-aba4f6ced448 h1:+RS4uCLAhY/QsPr/HR7+GQdimSOEoEtzF5mW5FdEgfQ=
96-
github.com/koupleless/arkctl v0.2.2-0.20240702132710-aba4f6ced448/go.mod h1:nbnAiPEv7x/ZDQ+QsjFWkqwxMDofGmqnFPHa3XpXHyE=
97-
github.com/koupleless/virtual-kubelet v0.3.3 h1:AmPgNQA1trP0hS7QVEdG6qwfrC+qf305zWtKy3XivkE=
98-
github.com/koupleless/virtual-kubelet v0.3.3/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
95+
github.com/koupleless/arkctl v0.2.2 h1:mSx6YMpWAz3+1HEX9ttSkblqgQU1cMSCV+Brsa5K3u8=
96+
github.com/koupleless/arkctl v0.2.2/go.mod h1:nbnAiPEv7x/ZDQ+QsjFWkqwxMDofGmqnFPHa3XpXHyE=
97+
github.com/koupleless/virtual-kubelet v0.3.4 h1:GkhiWC+wtKGUey5ku/wDBKY0ZzXrlOEI3gfEROhbQ4A=
98+
github.com/koupleless/virtual-kubelet v0.3.4/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
9999
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
100100
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
101101
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=

0 commit comments

Comments
 (0)