Skip to content

Commit

Permalink
missed a couple
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jul 25, 2023
1 parent 7328312 commit 9eda7a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/camo/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/camo/proxy_timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9eda7a0

Please sign in to comment.