nicolasazrak / caddy-cache

Caching middleware for caddy
Mozilla Public License 2.0
109 stars 30 forks source link

change caddy import path to new repository #48

Closed lioman closed 5 years ago

lioman commented 5 years ago

fix #47 with stated bash script

jumanjiman commented 5 years ago

there are 7 files to change:

$ git grep 'mholt/caddy' | awk -F: '{print $1}' | sort -u
Dockerfile
README.md
handler.go
handler_test.go
integration_test.go
setup.go
setup_test.go
ghost commented 5 years ago

@nicolasazrak Please publish a new release once you merge this pull request so that people can build Caddy from source with this plugin without having to specify the latest commit.

nicolasazrak commented 5 years ago

@lioman @whalehub The new version is deployed, thanks !