Skip to content

Commit

Permalink
chore: update deps path
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Oct 10, 2022
1 parent 54796e3 commit fa3e2cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/httpcache/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/url"
"testing"

"github.com/soulteary/apt-proxy/pkgs/httpcache"
"github.com/soulteary/apt-proxy/pkg/httpcache"
)

func BenchmarkCachingFiles(b *testing.B) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/httpcache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"testing"

"github.com/soulteary/apt-proxy/pkgs/httpcache"
"github.com/soulteary/apt-proxy/pkg/httpcache"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/httpcache/cachecontrol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package httpcache_test
import (
"testing"

. "github.com/soulteary/apt-proxy/pkgs/httpcache"
. "github.com/soulteary/apt-proxy/pkg/httpcache"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/httpcache/key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"net/url"
"testing"

"github.com/soulteary/apt-proxy/pkgs/httpcache"
"github.com/soulteary/apt-proxy/pkg/httpcache"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit fa3e2cd

Please sign in to comment.