github.com/kooksee/kchain@v0.0.0-20180613035215-4aef51c04906/scripts/deps.sh (about) 1 #!/usr/bin/env bash 2 3 a=""" 4 github.com/gin-gonic/gin 5 github.com/json-iterator/go 6 github.com/shopspring/decimal 7 github.com/spf13/cobra 8 github.com/spf13/viper 9 github.com/tendermint/abci 10 github.com/tendermint/tendermint 11 github.com/tendermint/tmlibs 12 golang.org/x/crypto 13 github.com/ebuchman/fail-test 14 github.com/agl/ed25519 15 github.com/fsnotify/fsnotify 16 github.com/gin-contrib/sse 17 github.com/go-kit/kit/log 18 github.com/go-logfmt/logfmt 19 github.com/gogo/protobuf/proto 20 github.com/gogo/protobuf 21 github.com/gorilla/websocket 22 github.com/hashicorp/hcl 23 github.com/magiconair/properties 24 github.com/rcrowley/go-metrics 25 github.com/pelletier/go-toml 26 github.com/mitchellh/mapstructure 27 github.com/mattn/go-isatty 28 github.com/syndtr/goleveldb 29 github.com/tendermint/go-wire 30 github.com/ugorji/go 31 golang.org/x/net/context 32 gopkg.in/yaml.v2 33 34 github.com/go-stack/stack 35 github.com/golang/protobuf/proto 36 github.com/golang/snappy 37 github.com/spf13/afero 38 github.com/spf13/cast 39 github.com/spf13/jwalterweatherman 40 github.com/spf13/pflag 41 github.com/tendermint/iavl 42 golang.org/x/sys/unix 43 gopkg.in/go-playground/validator.v8 44 github.com/tendermint/go-crypto 45 golang.org/x/text/transform 46 google.golang.org/grpc 47 google.golang.org/genproto 48 github.com/tendermint/ed25519 49 github.com/btcsuite/btcd/btcec 50 gopkg.in/go-playground/validator.v9 51 github.com/pkg/errors 52 github.com/go-playground/universal-translator 53 github.com/go-playground/locales 54 55 github.com/v2pro/plz/reflect2 56 github.com/go-kit/kit/log 57 golang.org/x/crypto 58 """ 59 60 echo $a | xargs gopm get -l