github.com/bdwilliams/libcompose@v0.3.1-0.20160826154243-d81a9bdacff0/script/vendor.sh (about)

     1  #!/usr/bin/env bash
     2  set -e
     3  
     4  cd "$(dirname "$BASH_SOURCE")/.."
     5  rm -rf vendor/
     6  source 'script/.vendor-helpers.sh'
     7  
     8  clone git github.com/Sirupsen/logrus v0.10.0
     9  clone git github.com/urfave/cli v1.18.0
    10  clone git github.com/docker/distribution 5bbf65499960b184fe8e0f045397375e1a6722b8
    11  clone git github.com/vbatts/tar-split v0.9.11
    12  clone git github.com/docker/docker 534753663161334baba06f13b8efa4cad22b5bc5
    13  clone git github.com/docker/go-units f2d77a61e3c169b43402a0a1e84f06daf29b8190
    14  # clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3
    15  clone git github.com/docker/go-connections 990a1a1a70b0da4c4cb70e117971a4f0babfbf1a
    16  # clone git github.com/docker/go-connections fa2850ff103453a9ad190da0df0af134f0314b3d
    17  clone git github.com/docker/engine-api 62043eb79d581a32ea849645277023c550732e52
    18  clone git github.com/vdemeester/docker-events be74d4929ec1ad118df54349fda4b0cba60f849b
    19  clone git github.com/flynn/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff
    20  clone git github.com/gorilla/context 14f550f51a
    21  clone git github.com/gorilla/mux e444e69cbd
    22  clone git github.com/opencontainers/runc cc29e3dded8e27ba8f65738f40d251c885030a28
    23  clone git github.com/stretchr/testify a1f97990ddc16022ec7610326dd9bce31332c116
    24  clone git github.com/davecgh/go-spew 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
    25  clone git github.com/pmezard/go-difflib d8ed2627bdf02c080bf22230dbb337003b7aba2d
    26  clone git golang.org/x/crypto 3fbbcd23f1cb824e69491a5930cfeff09b12f4d2 https://github.com/golang/crypto.git
    27  clone git golang.org/x/net 2beffdc2e92c8a3027590f898fe88f69af48a3f8 https://github.com/tonistiigi/net.git
    28  # clone git golang.org/x/net 47990a1ba55743e6ef1affd3a14e5bac8553615d https://github.com/golang/net.git
    29  clone git gopkg.in/check.v1 11d3bc7aa68e238947792f30573146a3231fc0f1
    30  clone git gopkg.in/yaml.v2 e4d366fc3c7938e2958e662b4258c7a89e1f0e3e
    31  clone git github.com/Azure/go-ansiterm 388960b655244e76e24c75f48631564eaefade62
    32  clone git github.com/Microsoft/go-winio v0.3.0
    33  clone git github.com/xeipuuv/gojsonpointer e0fe6f68307607d540ed8eac07a342c33fa1b54a
    34  clone git github.com/xeipuuv/gojsonreference e02fc20de94c78484cd5ffb007f8af96be030a45
    35  clone git github.com/xeipuuv/gojsonschema ac452913faa25c08bb78810d3e6f88b8a39f8f25
    36  clone git github.com/kr/pty 5cf931ef8f
    37  
    38  clone git github.com/spf13/pflag cb88ea77998c3f024757528e3305022ab50b43be
    39  
    40  clean && mv vendor/src/* vendor