Skip to content
Open
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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ go 1.26.0

// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
// which are then encoded as a valid YAML blocks with proper indentation
replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0

require (
github.com/cosi-project/runtime v1.13.0
github.com/cosi-project/runtime v1.14.0
github.com/planetscale/vtprotobuf v0.6.1-0.20250313105119-ba97887b0a25
github.com/siderolabs/omni/client v1.5.0
github.com/siderolabs/omni/client v1.5.8
github.com/siderolabs/talos/pkg/machinery v1.13.0-alpha.2.0.20260305082008-10f49ca91a61
github.com/spf13/cobra v1.10.2
github.com/vmware/govmomi v0.52.0
github.com/vmware/govmomi v0.53.0
go.uber.org/zap v1.27.1
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
gopkg.in/yaml.v3 v3.0.3
Expand Down