From 9eda7a0773f85a94eb9600a998ed766256632221 Mon Sep 17 00:00:00 2001 From: elij Date: Tue, 25 Jul 2023 13:37:42 -0700 Subject: [PATCH] missed a couple --- pkg/camo/helpers_test.go | 4 ++-- pkg/camo/proxy_timeout_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/camo/helpers_test.go b/pkg/camo/helpers_test.go index 2ab074b..0fd5c00 100644 --- a/pkg/camo/helpers_test.go +++ b/pkg/camo/helpers_test.go @@ -11,8 +11,8 @@ import ( "net/http/httptest" "testing" - "github.com/cactus/go-camo/pkg/camo/encoding" - "github.com/cactus/go-camo/pkg/router" + "github.com/cactus/go-camo/v2/pkg/camo/encoding" + "github.com/cactus/go-camo/v2/pkg/router" "gotest.tools/v3/assert" is "gotest.tools/v3/assert/cmp" ) diff --git a/pkg/camo/proxy_timeout_test.go b/pkg/camo/proxy_timeout_test.go index c9514ad..57c63d8 100644 --- a/pkg/camo/proxy_timeout_test.go +++ b/pkg/camo/proxy_timeout_test.go @@ -15,8 +15,8 @@ import ( "testing" "time" - "github.com/cactus/go-camo/pkg/camo/encoding" - "github.com/cactus/go-camo/pkg/router" + "github.com/cactus/go-camo/v2/pkg/camo/encoding" + "github.com/cactus/go-camo/v2/pkg/router" "github.com/cactus/mlog" "gotest.tools/v3/assert" is "gotest.tools/v3/assert/cmp"