Skip to content

build(deps): bump github.com/talos-systems/talos/pkg/machinery from 1.2.3 to 1.2.5 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/hashicorp/terraform-plugin-go v0.14.0
github.com/hashicorp/terraform-plugin-log v0.7.0
github.com/talos-systems/talos v1.2.3
github.com/talos-systems/talos/pkg/machinery v1.2.3
github.com/talos-systems/talos/pkg/machinery v1.2.5
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@ github.com/talos-systems/net v0.3.2 h1:IMseRyuha8fNsv/3FbQPRE9hLVRBEFR+9sxcoETQ5
github.com/talos-systems/net v0.3.2/go.mod h1:zhcGixNJz9dgwFiUwc7gkkAqdVqXagU1SNNoIVXYKGo=
github.com/talos-systems/talos v1.2.3 h1:pUf2ecaeeHBW94yzgKiJM6kbURYy6QSwvpmTSc1gycY=
github.com/talos-systems/talos v1.2.3/go.mod h1:HcpOvmPe4ITY1BlUXwPKBufAeku2YmKowhAi3rh7BIE=
github.com/talos-systems/talos/pkg/machinery v1.2.3 h1:fMj1Srjm6HEZrL5vONTKkL8Qh9urWcW7W9Oc92c9z2k=
github.com/talos-systems/talos/pkg/machinery v1.2.3/go.mod h1:bMaqe3cZ95419vkUt+zQQXXvgVcW7saTi80RsWyIC2M=
github.com/talos-systems/talos/pkg/machinery v1.2.5 h1:cccQLWqb7kKp2UNDEwHGlJ6OkCBRq04/pj20HsQOxAU=
github.com/talos-systems/talos/pkg/machinery v1.2.5/go.mod h1:bMaqe3cZ95419vkUt+zQQXXvgVcW7saTi80RsWyIC2M=
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down