mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05: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": {
|
||||
"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
|
||||
// limitations under the License.
|
||||
|
||||
// imageproxy starts an HTTP server that proxies requests for remote images.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
@ -23,7 +24,7 @@ import (
|
|||
|
||||
"github.com/gregjones/httpcache"
|
||||
"github.com/gregjones/httpcache/diskcache"
|
||||
"github.com/willnorris/imageproxy/proxy"
|
||||
"willnorris.com/go/imageproxy/proxy"
|
||||
)
|
||||
|
||||
// goxc values
|
||||
|
|
Loading…
Reference in a new issue