ipxed icon indicating copy to clipboard operation
ipxed copied to clipboard

missing dependency httputils

Open mjsprojects opened this issue 7 years ago • 2 comments

I was just trying to build this project before forking it and modifying for my environment, however I noticed it has a dependency on github.com/kelseyhightower/httputils which no longer exists. It looks like this repo might have been renamed / / deleted / made private, which is causing ipxed to fail.

mjsprojects avatar Mar 30 '17 08:03 mjsprojects

go get github.com/kelseyhightower/httputils

cd .; git clone https://github.com/kelseyhightower/httputils /root/go/src/github.com/kelseyhightower/httputils

Initialized empty Git repository in /root/go/src/github.com/kelseyhightower/httputils/.git/ error: The requested URL returned error: 403 Forbidden while accessing https://github.com/kelseyhightower/httputils/info/refs

fatal: HTTP request failed

ghost avatar Aug 23 '18 09:08 ghost

Same issue here - would love to check this out

alexanderturner avatar Aug 06 '20 12:08 alexanderturner