Some repos using uuid.NewV4 are reporting this error:
../../r3labs/terraform/terraform/state.go:689:25: multiple-value uuid.NewV4() in single-value context
make: *** [Makefile:24: deps] Error 2
The command '/bin/sh -c make deps && CGO_ENABLED=0 go install -a -ldflags '-s' .' returned a non-zero code: 2
Some repos using uuid.NewV4 are reporting this error: