Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodelazeri committed Jan 6, 2023
1 parent 1396ace commit a788cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leveldb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"sync/atomic"
"time"

"github.com/go-redis/redis"
"github.com/go-redis/redis/v8"
"github.com/maurodelazeri/goleveldb/leveldb/cache"
"github.com/maurodelazeri/goleveldb/leveldb/errors"
"github.com/maurodelazeri/goleveldb/leveldb/iterator"
Expand Down

0 comments on commit a788cb7

Please sign in to comment.