rename module
This commit is contained in:
@@ -3,7 +3,7 @@ package stmtcache
|
||||
import (
|
||||
"container/list"
|
||||
|
||||
"github.com/andoma-go/pgx/v5/pgconn"
|
||||
"git.company.lan/gopkg/pgx/v5/pgconn"
|
||||
)
|
||||
|
||||
// LRUCache implements Cache with a Least Recently Used (LRU) cache.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"crypto/sha256"
|
||||
"encoding/hex"
|
||||
|
||||
"github.com/andoma-go/pgx/v5/pgconn"
|
||||
"git.company.lan/gopkg/pgx/v5/pgconn"
|
||||
)
|
||||
|
||||
// StatementName returns a statement name that will be stable for sql across multiple connections and program
|
||||
|
||||
@@ -3,7 +3,7 @@ package stmtcache
|
||||
import (
|
||||
"math"
|
||||
|
||||
"github.com/andoma-go/pgx/v5/pgconn"
|
||||
"git.company.lan/gopkg/pgx/v5/pgconn"
|
||||
)
|
||||
|
||||
// UnlimitedCache implements Cache with no capacity limit.
|
||||
|
||||
Reference in New Issue
Block a user