Skip to content

Commit bcbeca9

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

File tree

2 files changed

+45
-15
lines changed

2 files changed

+45
-15
lines changed

Diff for: go.mod

+12-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/hashicorp/terraform-plugin-go v0.14.0
1212
github.com/hashicorp/terraform-plugin-log v0.7.0
1313
github.com/talos-systems/talos v1.2.3
14-
github.com/talos-systems/talos/pkg/machinery v1.2.3
14+
github.com/talos-systems/talos/pkg/machinery v1.2.6
1515
google.golang.org/grpc v1.50.1
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,17 +172,17 @@ 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.0.0-20220909164309-bea034e7d591 // 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.0.0-20220909162455-aba9fc2a8ff2 // indirect
171178
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
172-
golang.org/x/text v0.3.7 // indirect
179+
golang.org/x/text v0.3.8 // indirect
173180
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
174181
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
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

0 commit comments

Comments
 (0)