mirror of
https://github.com/sigcn/pg.git
synced 2025-09-27 04:30:13 +08:00
cache: lru -> cache/lru
This commit is contained in:
0
lru/lru.go → cache/lru/lru.go
vendored
0
lru/lru.go → cache/lru/lru.go
vendored
@@ -13,10 +13,10 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/sigcn/pg/cache/lru"
|
||||
"github.com/sigcn/pg/disco"
|
||||
"github.com/sigcn/pg/disco/udp"
|
||||
"github.com/sigcn/pg/disco/ws"
|
||||
"github.com/sigcn/pg/lru"
|
||||
N "github.com/sigcn/pg/net"
|
||||
"github.com/sigcn/pg/netlink"
|
||||
"storj.io/common/base58"
|
||||
|
@@ -10,7 +10,7 @@ import (
|
||||
"io"
|
||||
"sync"
|
||||
|
||||
"github.com/sigcn/pg/lru"
|
||||
"github.com/sigcn/pg/cache/lru"
|
||||
"github.com/sigcn/pg/secure"
|
||||
)
|
||||
|
||||
|
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"golang.org/x/crypto/chacha20poly1305"
|
||||
|
||||
"github.com/sigcn/pg/lru"
|
||||
"github.com/sigcn/pg/cache/lru"
|
||||
"github.com/sigcn/pg/secure"
|
||||
)
|
||||
|
||||
|
@@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/sigcn/pg/lru"
|
||||
"github.com/sigcn/pg/cache/lru"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user