mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-08 02:51:29 +01:00
No real functional changes, just updating to the final versions before Talos 0.12 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
114 lines
4.8 KiB
Modula-2
114 lines
4.8 KiB
Modula-2
module github.com/talos-systems/talos
|
|
|
|
go 1.16
|
|
|
|
replace (
|
|
// Use nested module.
|
|
github.com/talos-systems/talos/pkg/machinery => ./pkg/machinery
|
|
|
|
// 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
|
|
gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20210315173758-8fb30b8e5a5b
|
|
|
|
// See https://github.com/talos-systems/go-loadbalancer/pull/4
|
|
// `go get github.com/smira/tcpproxy@combined-fixes`, then copy pseudo-version there
|
|
inet.af/tcpproxy => github.com/smira/tcpproxy v0.0.0-20201015133617-de5f7797b95b
|
|
)
|
|
|
|
require (
|
|
github.com/AlekSi/pointer v1.1.0
|
|
github.com/BurntSushi/toml v0.4.1
|
|
github.com/aws/aws-sdk-go v1.40.2 // indirect
|
|
github.com/beevik/ntp v0.3.0
|
|
github.com/containerd/cgroups v1.0.1
|
|
github.com/containerd/containerd v1.5.5
|
|
github.com/containerd/cri v1.19.0
|
|
github.com/containerd/go-cni v1.0.2
|
|
github.com/containerd/typeurl v1.0.2
|
|
github.com/containernetworking/cni v0.8.1
|
|
github.com/containernetworking/plugins v0.9.1
|
|
github.com/coreos/go-iptables v0.6.0
|
|
github.com/coreos/go-semver v0.3.0
|
|
github.com/cosi-project/runtime v0.0.0-20210707150857-25f235cd0682
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v20.10.8+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e // indirect
|
|
github.com/emicklei/dot v0.16.0
|
|
github.com/emicklei/go-restful v2.15.0+incompatible // indirect
|
|
github.com/evanphx/json-patch v4.11.0+incompatible
|
|
github.com/fatih/color v1.12.0
|
|
github.com/firecracker-microvm/firecracker-go-sdk v0.22.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
|
|
github.com/gdamore/tcell/v2 v2.4.0
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/hashicorp/go-getter v1.5.7
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/insomniacslk/dhcp v0.0.0-20210621130208-1cac67f12b1e
|
|
github.com/jsimonetti/rtnetlink v0.0.0-20210614053835-9c52e516c709
|
|
github.com/mattn/go-isatty v0.0.13
|
|
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc
|
|
github.com/mdlayher/ethtool v0.0.0-20210210192532-2b88debcdd43
|
|
github.com/mdlayher/genetlink v1.0.0
|
|
github.com/mdlayher/netlink v1.4.1
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
|
github.com/packethost/packngo v0.19.0
|
|
github.com/pin/tftp v2.1.0+incompatible
|
|
github.com/prometheus/procfs v0.7.2
|
|
github.com/rivo/tview v0.0.0-20210624165335-29d673af0ce2
|
|
github.com/rs/xid v1.3.0
|
|
github.com/ryanuber/columnize v2.1.2+incompatible
|
|
github.com/smira/go-xz v0.0.0-20201019130106-9921ed7a9935
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/talos-systems/crypto v0.3.2
|
|
github.com/talos-systems/go-blockdevice v0.2.3
|
|
github.com/talos-systems/go-cmd v0.1.0
|
|
github.com/talos-systems/go-debug v0.2.1
|
|
github.com/talos-systems/go-kmsg v0.1.1
|
|
github.com/talos-systems/go-loadbalancer v0.1.1
|
|
github.com/talos-systems/go-procfs v0.1.0
|
|
github.com/talos-systems/go-retry v0.3.1
|
|
github.com/talos-systems/go-smbios v0.1.0
|
|
github.com/talos-systems/grpc-proxy v0.2.0
|
|
github.com/talos-systems/net v0.3.0
|
|
github.com/talos-systems/talos/pkg/machinery v0.0.0-00010101000000-000000000000
|
|
github.com/u-root/u-root v7.0.0+incompatible
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
|
github.com/vmware-tanzu/sonobuoy v0.53.1
|
|
github.com/vmware/govmomi v0.26.0
|
|
github.com/vmware/vmw-guestinfo v0.0.0-20200218095840-687661b8bd8e
|
|
go.etcd.io/etcd/api/v3 v3.5.0
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.0
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
|
go.etcd.io/etcd/etcdutl/v3 v3.5.0
|
|
go.uber.org/zap v1.19.0
|
|
golang.org/x/net v0.0.0-20210716203947-853a461950ff
|
|
golang.org/x/oauth2 v0.0.0-20210622215436-a8dc77f794b6 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210506160403-92e472f520a5
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
inet.af/netaddr v0.0.0-20210721214506-ce7a8ad02cc1
|
|
k8s.io/api v0.22.0
|
|
k8s.io/apimachinery v0.22.0
|
|
k8s.io/apiserver v0.22.0 // indirect; use the same version as other k8s deps
|
|
k8s.io/client-go v0.22.0
|
|
k8s.io/cri-api v0.22.0
|
|
k8s.io/kubectl v0.22.0
|
|
k8s.io/kubelet v0.22.0
|
|
)
|