Skip to content

Commit 41d0299

Browse files
committed
chore: update talos
This PR pulls in a newer version of talos with the CNI changes we've made. Signed-off-by: Spencer Smith <[email protected]>
1 parent 8ed5be1 commit 41d0299

File tree

2 files changed

+146
-44
lines changed

2 files changed

+146
-44
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ require (
66
github.com/go-logr/logr v0.1.0
77
github.com/onsi/ginkgo v1.8.0
88
github.com/onsi/gomega v1.5.0
9-
github.com/talos-systems/talos v0.3.0-alpha.8
10-
gopkg.in/yaml.v2 v2.2.4
11-
k8s.io/api v0.0.0-20191016110408-35e52d86657a
12-
k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
9+
github.com/talos-systems/talos v0.3.0-alpha.10.0.20191209205235-3a93e65b5480
10+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
11+
gopkg.in/yaml.v2 v2.2.5
12+
k8s.io/api v0.0.0-20191109101513-0171b7c15da1
13+
k8s.io/apimachinery v0.0.0-20191111054156-6eb29fdf75dc
1314
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
1415
sigs.k8s.io/cluster-api v0.2.5
1516
sigs.k8s.io/controller-runtime v0.3.0

0 commit comments

Comments
 (0)