Skip to content

Commit

Permalink
fix: internally reference correct new v2 pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
tauraamui committed Jul 11, 2023
1 parent 56f97e8 commit fda46cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2/storage/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"

"github.com/dgraph-io/badger/v3"
"github.com/tauraamui/kvs"
"github.com/tauraamui/kvs/v2"
)

type Value interface {
Expand Down
4 changes: 2 additions & 2 deletions v2/storage/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"testing"

"github.com/matryer/is"
"github.com/tauraamui/kvs"
"github.com/tauraamui/kvs/storage"
"github.com/tauraamui/kvs/v2"
"github.com/tauraamui/kvs/v2/storage"
)

type Balloon struct {
Expand Down

0 comments on commit fda46cf

Please sign in to comment.