module github.com/talos-systems/talos/pkg/machinery go 1.17 // 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 indentiation replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20210315173758-8fb30b8e5a5b require ( github.com/AlekSi/pointer v1.2.0 github.com/containerd/go-cni v1.1.1 github.com/cosi-project/runtime v0.0.0-20211216175730-264f8fcd1a4f github.com/dustin/go-humanize v1.0.0 github.com/evanphx/json-patch v5.6.0+incompatible github.com/ghodss/yaml v1.0.0 github.com/hashicorp/go-multierror v1.1.1 github.com/jsimonetti/rtnetlink v0.0.0-20220124090637-bbb52d448503 github.com/mdlayher/ethtool v0.0.0-20211214014908-bc8fdcf6e99c github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d github.com/stretchr/testify v1.7.0 github.com/talos-systems/crypto v0.3.5-0.20211220133734-6fa2d93d0382 github.com/talos-systems/go-blockdevice v0.2.6-0.20211214184027-6928ee43c303 github.com/talos-systems/go-debug v0.2.1 github.com/talos-systems/net v0.3.1 google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 google.golang.org/grpc v1.44.0 google.golang.org/protobuf v1.27.1 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6 ) require ( github.com/BurntSushi/toml v0.4.1 // indirect github.com/containernetworking/cni v1.0.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/gertd/go-pluralize v0.1.7 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-cmp v0.5.7 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect github.com/mdlayher/genetlink v1.0.0 // indirect github.com/mdlayher/netlink v1.5.0 // indirect github.com/mdlayher/socket v0.1.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/ryanuber/go-glob v1.0.0 // indirect go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect golang.org/x/mod v0.5.1 // indirect golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect golang.org/x/text v0.3.6 // indirect golang.org/x/tools v0.1.7 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect honnef.co/go/tools v0.2.2 // indirect )