mirror of
https://github.com/sigcn/pg.git
synced 2025-09-27 13:52:06 +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"
|
"sync/atomic"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/sigcn/pg/cache/lru"
|
||||||
"github.com/sigcn/pg/disco"
|
"github.com/sigcn/pg/disco"
|
||||||
"github.com/sigcn/pg/disco/udp"
|
"github.com/sigcn/pg/disco/udp"
|
||||||
"github.com/sigcn/pg/disco/ws"
|
"github.com/sigcn/pg/disco/ws"
|
||||||
"github.com/sigcn/pg/lru"
|
|
||||||
N "github.com/sigcn/pg/net"
|
N "github.com/sigcn/pg/net"
|
||||||
"github.com/sigcn/pg/netlink"
|
"github.com/sigcn/pg/netlink"
|
||||||
"storj.io/common/base58"
|
"storj.io/common/base58"
|
||||||
|
@@ -10,7 +10,7 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/sigcn/pg/lru"
|
"github.com/sigcn/pg/cache/lru"
|
||||||
"github.com/sigcn/pg/secure"
|
"github.com/sigcn/pg/secure"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
"golang.org/x/crypto/chacha20poly1305"
|
"golang.org/x/crypto/chacha20poly1305"
|
||||||
|
|
||||||
"github.com/sigcn/pg/lru"
|
"github.com/sigcn/pg/cache/lru"
|
||||||
"github.com/sigcn/pg/secure"
|
"github.com/sigcn/pg/secure"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/sigcn/pg/lru"
|
"github.com/sigcn/pg/cache/lru"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user