v.2.0.0 Support of go modules
Go 1.11 introduced the concept of go modules to replace GOPATH. This is considered as breaking change because it changes the way hermes imports dependencies (no more dep)
This version is functionally the same than v1.2.0, but work only for Go 1.11 with module support enabled.