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 3647393 commit 54796e3
Show file tree
Hide file tree
Showing 57 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cli/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"net/http"
"time"

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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/httpcache/cache.go → pkg/httpcache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"strings"
"time"

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

const (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/httpcache/handler.go → pkg/httpcache/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"sync"
"time"

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

const (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pkgs/httpcache/spec_test.go → pkg/httpcache/spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"testing"
"time"

"github.com/soulteary/apt-proxy/pkgs/httpcache"
"github.com/soulteary/apt-proxy/pkgs/httplog"
"github.com/soulteary/apt-proxy/pkg/httpcache"
"github.com/soulteary/apt-proxy/pkg/httplog"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"strings"

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

const (
Expand Down

0 comments on commit 54796e3

Please sign in to comment.