k3s/third_party/deps.sh

14 lines
265 B
Bash
Executable File

TOP_PACKAGES="
github.com/coreos/go-etcd/etcd
github.com/fsouza/go-dockerclient
"
DEP_PACKAGES="
gopkg.in/v1/yaml
bitbucket.org/kardianos/osext
github.com/coreos/go-log/log
github.com/coreos/go-systemd/journal
"
PACKAGES="$TOP_PACKAGES $DEP_PACKAGES"