Skip to content

Commit 0690a8e

Browse files
committed
update Godeps
1 parent 02bb2c7 commit 0690a8e

File tree

12 files changed

+76
-29
lines changed

12 files changed

+76
-29
lines changed

Godeps/Godeps.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/rdb/decoder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ package rdb
66
import (
77
"bytes"
88

9-
"github.com/cupcake/rdb"
10-
"github.com/cupcake/rdb/nopdecoder"
119
"github.com/CodisLabs/redis-port/pkg/libs/errors"
10+
"github.com/spinlock/rdb"
11+
"github.com/spinlock/rdb/nopdecoder"
1212
)
1313

1414
func DecodeDump(p []byte) (interface{}, error) {

pkg/rdb/encoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"bytes"
88
"io"
99

10-
"github.com/cupcake/rdb"
1110
"github.com/CodisLabs/redis-port/pkg/libs/errors"
11+
"github.com/spinlock/rdb"
1212
)
1313

1414
type objectEncoder interface {

vendor/github.com/cupcake/rdb/.gitignore renamed to vendor/github.com/spinlock/rdb/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cupcake/rdb/crc64/crc64.go renamed to vendor/github.com/spinlock/rdb/crc64/crc64.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cupcake/rdb/decoder.go renamed to vendor/github.com/spinlock/rdb/decoder.go

Lines changed: 54 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cupcake/rdb/encoder.go renamed to vendor/github.com/spinlock/rdb/encoder.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)