gruntwork-io / kubergrunt

Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl. https://www.gruntwork.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build: vbom.ml domain no longer exists

herbygillot opened this issue · comments

The vbom.ml domain is currently down. As a result, fetching dependencies fails for:

name = "vbom.ml/util"

(17/92) Failed to write github.com/ghodss/yaml@v1.0.0
grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export vbom.ml/util: unable to deduce repository and source type for "vbom.ml/util": unable to read metadata: unable to fetch raw metadata: failed HTTP request to URL "http://vbom.ml/util?go-get=1": Get "http://vbom.ml/util?go-get=1": dial tcp: lookup vbom.ml: no such host
Command failed: GOARCH=amd64 GOOS=darwin CC=/usr/bin/clang dep ensure -v -vendor-only
Exit code: 1

Seeing that it should be replaced with: https://github.com/fvbommel/util

This is now fixed in the latest master branch, where we have switched to go modules.