kelseyhightower / ipxed

Web interface and api for ipxed
MIT License
52 stars 18 forks source link

missing dependency httputils #5

Open mjsprojects opened 7 years ago

mjsprojects commented 7 years ago

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.

ghost commented 6 years ago

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

alexanderturner commented 4 years ago

Same issue here - would love to check this out