From b15d83a98b96ee56c509cda31f1c022983ad1ec8 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 10 Nov 2018 12:57:03 -0800 Subject: [PATCH] Update go-httpbin import --- compy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compy_test.go b/compy_test.go index 00344a9..59e666a 100644 --- a/compy_test.go +++ b/compy_test.go @@ -15,7 +15,7 @@ import ( "net/url" "testing" - "github.com/ahmetalpbalkan/go-httpbin" + "github.com/ahmetb/go-httpbin" "github.com/barnacs/compy/proxy" tc "github.com/barnacs/compy/transcoder" "github.com/chai2010/webp"