Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
kbgitkbfs: Rename protocol to kbgitkbfs1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzila committed Oct 30, 2017
1 parent 1654b3d commit fc1f3ea
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libkbfs/data_types.go
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/keybase/kbfs/kbfsblock"
"github.com/keybase/kbfs/kbfscrypto"
"github.com/keybase/kbfs/kbfsmd"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs1"
"github.com/keybase/kbfs/tlf"
)

Expand Down
2 changes: 1 addition & 1 deletion libkbfs/disk_block_cache_remote.go
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/keybase/go-framed-msgpack-rpc/rpc"
"github.com/keybase/kbfs/kbfsblock"
"github.com/keybase/kbfs/kbfscrypto"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs1"
"github.com/keybase/kbfs/tlf"
)

Expand Down
2 changes: 1 addition & 1 deletion libkbfs/disk_block_cache_service.go
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/keybase/kbfs/kbfsblock"
"github.com/keybase/kbfs/kbfscrypto"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs1"
"github.com/keybase/kbfs/tlf"
)

Expand Down
2 changes: 1 addition & 1 deletion libkbfs/kbfs_service.go
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/keybase/client/go/logger"
keybase1 "github.com/keybase/client/go/protocol/keybase1"
"github.com/keybase/go-framed-msgpack-rpc/rpc"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs"
kbgitkbfs "github.com/keybase/kbfs/protocol/kbgitkbfs1"
)

// KBFSErrorUnwrapper unwraps errors from the KBFS service.
Expand Down

0 comments on commit fc1f3ea

Please sign in to comment.