haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

Build steps #44

Closed pvyaka01 closed 4 years ago

pvyaka01 commented 4 years ago

Can the build steps be documented pls?

I downloaded the zip from maser and i got this: go test -timeout 30s ./... go: github.com/go-openapi/loads@v0.19.0 requires github.com/globalsign/mgo@v0.0.0-20180905125535-1ca0a4f7cbcb: invalid version: git fetch --unshallow -f https://github.com/globalsign/mgo in /root/go/pkg/mod/cache/vcs/0eb69f2163bb2fb915dbc4b9c83a68ab02240cc5c1aaa829e77cb6f9fd51e98d: exit status 128: fatal: git fetch-pack: expected shallow list make: *** [test] Error 1

Am sure i'm doing something wrong. I'm just running "make"

go version go1.13.6 linux/amd64

pvyaka01 commented 4 years ago

Never mind, figured it out