mark-kubacki / http.upload

📤 Upload files to your web server using HTTP Methods
BSD 3-Clause "New" or "Revised" License
61 stars 10 forks source link

Update the import paths for Caddyserver #36

Closed ghost closed 5 years ago

ghost commented 5 years ago

This pull request makes http.upload compatible with Caddyserver v1.0.1+ (see epicagency/caddy-expires#6 for reference) by updating the import paths for Caddyserver.

mark-kubacki commented 5 years ago

Hey – thanks!

I will merge this as soon as I update the cached source code files.

mark-kubacki commented 5 years ago

For my notes:

find \( -path './.git' -o -path './vendor' \) -prune -o -type f -name '*.go' -print0 | \
  xargs --no-run-if-empty --null \
  sed -i -e "s@/mholt/caddy@/caddyserver/caddy@g"