e63c882b89
This change aims to standardize the boot process. It introduces the concept of a phase, which is comprised of tasks. Phases are ran in serial and the tasks that make up a phase are ran concurrently. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
115 lines
5.9 KiB
Modula-2
115 lines
5.9 KiB
Modula-2
module github.com/talos-systems/talos
|
|
|
|
require (
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c
|
|
github.com/Microsoft/go-winio v0.4.9 // indirect
|
|
github.com/Microsoft/hcsshim v0.7.0 // indirect
|
|
github.com/beevik/ntp v0.2.0
|
|
github.com/containerd/cgroups v0.0.0-20180905221500-58556f5ad844
|
|
github.com/containerd/containerd v1.2.7
|
|
github.com/containerd/continuity v0.0.0-20181003075958-be9bd761db19 // indirect
|
|
github.com/containerd/cri v1.11.1
|
|
github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 // indirect
|
|
github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
|
github.com/coreos/etcd v3.3.13+incompatible // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31 // indirect
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-events v0.0.0-20170721190031-9461782956ad // indirect
|
|
github.com/docker/go-units v0.3.3 // indirect
|
|
github.com/evanphx/json-patch v4.1.0+incompatible // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/fullsailor/pkcs7 v0.0.0-20180613152042-8306686428a5
|
|
github.com/gizak/termui/v3 v3.0.0
|
|
github.com/godbus/dbus v4.1.0+incompatible // indirect
|
|
github.com/gogo/googleapis v1.1.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/hpcloud/tail v1.0.0 // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
|
github.com/jsimonetti/rtnetlink v0.0.0-20190606172950-9527aa82566a
|
|
github.com/lithammer/dedent v1.1.0 // indirect
|
|
github.com/mdlayher/genetlink v0.0.0-20190313224034-60417448a851
|
|
github.com/mdlayher/netlink v0.0.0-20190419142405-71c9566a34ae
|
|
github.com/onsi/ginkgo v1.6.0 // indirect
|
|
github.com/onsi/gomega v1.4.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/opencontainers/runc v0.1.1 // indirect
|
|
github.com/opencontainers/runtime-spec v0.1.2-0.20180710222632-d810dbc60d8c
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.0.0 // indirect
|
|
github.com/prometheus/procfs v0.0.2
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
|
github.com/spf13/afero v1.2.0 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
|
|
github.com/syndtr/gocapability v0.0.0-20180223013746-33e07d32887e // indirect
|
|
github.com/talos-systems/dhcp v0.0.0-20190403231749-dd8bdda8e381
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
|
github.com/u-root/u-root v4.0.0+incompatible // indirect
|
|
github.com/vishvananda/netlink v1.0.0
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
|
|
github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
go.etcd.io/etcd v3.3.13+incompatible
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
golang.org/x/sys v0.0.0-20190508220229-2d0786266e9c
|
|
golang.org/x/text v0.3.2
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8 // indirect
|
|
google.golang.org/grpc v1.20.1
|
|
gopkg.in/freddierice/go-losetup.v1 v1.0.0-20170407175016-fc9adea44124
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
gotest.tools v2.1.0+incompatible // indirect
|
|
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
|
|
k8s.io/apiextensions-apiserver v0.0.0-20190322231200-1c09d17c1352 // indirect
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
|
k8s.io/apiserver v0.0.0-20190324105220-f881eae9ec04 // indirect
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/cloud-provider v0.0.0-20190323031113-9c9d72d1bf90 // indirect
|
|
k8s.io/cluster-bootstrap v0.0.0-20190313124217-0fa624df11e9 // indirect
|
|
k8s.io/component-base v0.0.0-20190313120452-4727f38490bc // indirect
|
|
k8s.io/cri-api v0.0.0-20190620080320-8a10675a4b1e
|
|
k8s.io/klog v0.2.0 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20190320154901-5e45bb682580 // indirect
|
|
k8s.io/kube-proxy v0.0.0-20190320190624-78a1c9778e0e // indirect
|
|
k8s.io/kubelet v0.0.0-20190313123811-3556bcde9670 // indirect
|
|
k8s.io/kubernetes v1.14.1
|
|
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|