github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/Doc/install_go_dependencies_mac.txt (about) 1 - Download mercurial source from mercurial.selenic.com 2 - build mercurial as make install-local 3 - this installs to ~/bin/hg 4 go get -u github.com/golang/protobuf/{proto,protoc-gen-go} 5 go get github.com/golang/crypto/... 6 go get github.com/golang/glog 7 go get github.com/golang/lint/golint 8 go get code.google.com/p/gcfg 9 go get github.com/google/go-tpm/tpm 10 go get github.com/jlmucb/cloudproxy/tao/auth 11 go get github.com/jlmucb/cloudproxy/util 12 go get github.com/jlmucb/cloudproxy/util/protorpc 13 go get github.com/kevinawalsh/datalog/dlengine 14 go get code.google.com/p/go.text/encoding 15 go get code.google.com/p/google-api-go-client/compute/v1 16 17