DEA & HM9000 will only be updated in response to vulnerability discoveries and major bugs. No new features will be introduced during this period.
See EOL Timeline for Legacy DEA Backend
A Go workspace for specifiying dependencies for HM9000.
This repository doubles as a $GOPATH
. It will automatically be set up for you if you have direnv installed.
# fetch release repo
$ cd $HOME
$ git clone https://github.com/cloudfoundry/hm-workspace
$ cd hm-workspace
# automate $GOPATH and $PATH setup
$ direnv allow
# initialize and sync submodules
$ git submodule update --init
If you do not wish to use direnv, you can simply source
the .envrc
file in the root of the release repo. You may manually need to update your $GOPATH
and $PATH
variables as you switch in and out of the directory.