Skip to content

Commit

Permalink
fix: curio: Update pgx imports, fix db_storage alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 22, 2024
1 parent c0053aa commit 0c4d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curiosrc/market/lmrpc/lmrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (

"github.com/google/uuid"
logging "github.com/ipfs/go-log/v2"
"github.com/jackc/pgx/v5"
manet "github.com/multiformats/go-multiaddr/net"
"github.com/yugabyte/pgx/v5"
"golang.org/x/xerrors"

"github.com/filecoin-project/go-address"
Expand Down

0 comments on commit 0c4d711

Please sign in to comment.