writeas / writeas-cli

Command line client for Write.as / WriteFreely
https://write.as/apps/cli
GNU General Public License v3.0
113 stars 20 forks source link

go get fails: h12.me does not support go-get=1 #17

Closed ghost closed 6 years ago

ghost commented 6 years ago
sascha@chaostheory:~$ go get github.com/writeas/writeas-cli/cmd/writeas
package h12.me/socks: unrecognized import path "h12.me/socks" (parse https://h12.me/socks?go-get=1: no go-import meta tags (meta tag h12.io/socks did not match import path h12.me/socks))
go version
go version go1.10.1 linux/amd64
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/sascha/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/sascha/go"
GORACE=""
GOROOT="/usr/lib/go-1.10"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go-1.10/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build007002788=/tmp/go-build -gno-record-gcc-switches"
thebaer commented 6 years ago

Thanks, I've had trouble with this one a lot. I've moved the dependency to a more reliable URL -- let me know if it works when you try now.

ghost commented 6 years ago

LGTM 🎉