Skip to content

Commit 796fb01

Browse files
build(deps): bump github.com/talos-systems/talos from 1.2.3 to 1.2.7
Bumps [github.com/talos-systems/talos](https://github.com/talos-systems/talos) from 1.2.3 to 1.2.7. - [Release notes](https://github.com/talos-systems/talos/releases) - [Changelog](https://github.com/siderolabs/talos/blob/v1.2.7/CHANGELOG.md) - [Commits](siderolabs/talos@v1.2.3...v1.2.7) --- updated-dependencies: - dependency-name: github.com/talos-systems/talos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc4c6d7 commit 796fb01

File tree

2 files changed

+56
-27
lines changed

2 files changed

+56
-27
lines changed

go.mod

+15-8
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
github.com/hashicorp/terraform-plugin-framework v0.15.0
1111
github.com/hashicorp/terraform-plugin-go v0.14.2
1212
github.com/hashicorp/terraform-plugin-log v0.7.0
13-
github.com/talos-systems/talos v1.2.3
14-
github.com/talos-systems/talos/pkg/machinery v1.2.3
13+
github.com/talos-systems/talos v1.2.7
14+
github.com/talos-systems/talos/pkg/machinery v1.2.7
1515
google.golang.org/grpc v1.51.0
1616
google.golang.org/protobuf v1.28.1
1717
gopkg.in/yaml.v3 v3.0.1
@@ -28,13 +28,18 @@ require (
2828
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
2929
github.com/Microsoft/go-winio v0.5.2 // indirect
3030
github.com/Microsoft/hcsshim v0.9.4 // indirect
31+
github.com/ProtonMail/go-crypto v0.0.0-20220930113650-c6815a8c17ad // indirect
32+
github.com/ProtonMail/go-mime v0.0.0-20220302105931-303f85f7fe0f // indirect
33+
github.com/ProtonMail/gopenpgp/v2 v2.4.10 // indirect
34+
github.com/adrg/xdg v0.4.0 // indirect
3135
github.com/armon/go-radix v1.0.0 // indirect
3236
github.com/aws/aws-sdk-go v1.44.76 // indirect
3337
github.com/beorn7/perks v1.0.1 // indirect
3438
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3539
github.com/bgentry/speakeasy v0.1.0 // indirect
3640
github.com/blang/semver/v4 v4.0.0 // indirect
3741
github.com/cespare/xxhash/v2 v2.1.2 // indirect
42+
github.com/cloudflare/circl v1.1.0 // indirect
3843
github.com/containerd/cgroups v1.0.4 // indirect
3944
github.com/containerd/containerd v1.6.8 // indirect
4045
github.com/containerd/continuity v0.3.0 // indirect
@@ -74,7 +79,7 @@ require (
7479
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
7580
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
7681
github.com/googleapis/go-type-adapters v1.0.0 // indirect
77-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 // indirect
82+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
7883
github.com/hashicorp/errwrap v1.1.0 // indirect
7984
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
8085
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -129,6 +134,7 @@ require (
129134
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
130135
github.com/opencontainers/selinux v1.10.1 // indirect
131136
github.com/pelletier/go-toml v1.9.5 // indirect
137+
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
132138
github.com/pkg/errors v0.9.1 // indirect
133139
github.com/posener/complete v1.2.3 // indirect
134140
github.com/prometheus/client_golang v1.12.1 // indirect
@@ -139,6 +145,7 @@ require (
139145
github.com/russross/blackfriday v1.6.0 // indirect
140146
github.com/ryanuber/go-glob v1.0.0 // indirect
141147
github.com/shopspring/decimal v1.3.1 // indirect
148+
github.com/siderolabs/go-api-signature v0.1.0 // indirect
142149
github.com/siderolabs/go-pointer v1.0.0 // indirect
143150
github.com/siderolabs/protoenc v0.1.4-0.20220912144557-28f42ee12889 // indirect
144151
github.com/sirupsen/logrus v1.8.1 // indirect
@@ -165,7 +172,7 @@ require (
165172
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
166173
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
167174
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
168-
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
175+
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
169176
golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
170177
golang.org/x/sys v0.3.0 // indirect
171178
golang.org/x/term v0.3.0 // indirect
@@ -175,16 +182,16 @@ require (
175182
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b // indirect
176183
google.golang.org/api v0.91.0 // indirect
177184
google.golang.org/appengine v1.6.7 // indirect
178-
google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424 // indirect
185+
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
179186
gopkg.in/inf.v0 v0.9.1 // indirect
180187
gopkg.in/yaml.v2 v2.4.0 // indirect
181188
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
182189
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 // indirect
183190
k8s.io/api v0.26.0 // indirect
184191
k8s.io/apimachinery v0.26.0 // indirect
185-
k8s.io/apiserver v0.25.1 // indirect
186-
k8s.io/component-base v0.25.1 // indirect
187-
k8s.io/cri-api v0.25.1 // indirect
192+
k8s.io/apiserver v0.25.4 // indirect
193+
k8s.io/component-base v0.25.4 // indirect
194+
k8s.io/cri-api v0.25.4 // indirect
188195
k8s.io/klog/v2 v2.80.1 // indirect
189196
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
190197
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect

0 commit comments

Comments
 (0)