This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Description
I am unable to clone the bosun source into my GOPATH.
root@e7e13f0b6018:/# go get -v bosun.org/cmd/bosun
Fetching https://bosun.org/cmd/bosun?go-get=1
Parsing meta tags from https://bosun.org/cmd/bosun?go-get=1 (status code 200)
import "bosun.org/cmd/bosun": parse https://bosun.org/cmd/bosun?go-get=1: no go-import meta tags
package bosun.org/cmd/bosun: unrecognized import path "bosun.org/cmd/bosun"
root@e7e13f0b6018:/# go version
go version go1.5.1 linux/amd64
root@e7e13f0b6018:/#
root@e7e13f0b6018:/# go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT=""
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
root@e7e13f0b6018:/#
I am running the commands in a freshly built Ubuntu14.04 docker container with Go1.5.1 installed.