github.com/deemoprobe/k8s-first-commit@v0.0.0-20230430165612-a541f1982be3/third_party/deps.sh (about)

     1  TOP_PACKAGES="
     2    github.com/coreos/go-etcd/etcd
     3    github.com/fsouza/go-dockerclient
     4  "
     5  
     6  DEP_PACKAGES="
     7    gopkg.in/v1/yaml
     8    bitbucket.org/kardianos/osext
     9    github.com/coreos/go-log/log
    10    github.com/coreos/go-systemd/journal
    11  "
    12  
    13  PACKAGES="$TOP_PACKAGES $DEP_PACKAGES"