mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-27 13:56:25 +02:00
relocate package to willnorris.com/go/imageproxy
This commit is contained in:
parent
a19264897d
commit
919fdfbb78
2 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"metadata-deb": {
|
"metadata-deb": {
|
||||||
"Depends": "golang",
|
"Depends": "golang",
|
||||||
"Homepage": "https://github.com/willnorris/imageproxy"
|
"Homepage": "https://willnorris.com/go/imageproxy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
// imageproxy starts an HTTP server that proxies requests for remote images.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
@ -23,7 +24,7 @@ import (
|
||||||
|
|
||||||
"github.com/gregjones/httpcache"
|
"github.com/gregjones/httpcache"
|
||||||
"github.com/gregjones/httpcache/diskcache"
|
"github.com/gregjones/httpcache/diskcache"
|
||||||
"github.com/willnorris/imageproxy/proxy"
|
"willnorris.com/go/imageproxy/proxy"
|
||||||
)
|
)
|
||||||
|
|
||||||
// goxc values
|
// goxc values
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue