Skip to content

Commit

Permalink
Merge branch 'protobuf-public'
Browse files Browse the repository at this point in the history
  • Loading branch information
byo committed Nov 25, 2023
2 parents 2821712 + 00afcb8 commit 683fa92
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/cinodefs/cinodefs_interface_bb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

"github.com/cinode/go/pkg/blenc"
"github.com/cinode/go/pkg/cinodefs"
"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
"github.com/cinode/go/pkg/common"
"github.com/cinode/go/pkg/datastore"
"github.com/cinode/go/pkg/internal/blobtypes/dynamiclink"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cinodefs/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"io"

"github.com/cinode/go/pkg/blenc"
"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
"github.com/cinode/go/pkg/common"
"google.golang.org/protobuf/proto"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cinodefs/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"fmt"

"github.com/cinode/go/pkg/blobtypes"
"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
"github.com/cinode/go/pkg/common"
"github.com/cinode/go/pkg/utilities/golang"
"github.com/jbenet/go-base58"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cinodefs/entrypoint_bb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"testing"

"github.com/cinode/go/pkg/cinodefs"
"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
"github.com/cinode/go/testvectors/testblobs"
"github.com/stretchr/testify/require"
"google.golang.org/protobuf/proto"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cinodefs/node_directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"sort"

"github.com/cinode/go/pkg/blobtypes"
"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
"github.com/cinode/go/pkg/utilities/golang"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/cinodefs/node_unloaded.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"context"
"fmt"

"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
)

type nodeUnloaded struct {
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/cinodefs/writerinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"errors"
"fmt"

"github.com/cinode/go/pkg/cinodefs/internal/protobuf"
"github.com/cinode/go/pkg/cinodefs/protobuf"
"github.com/cinode/go/pkg/common"
"github.com/cinode/go/pkg/utilities/golang"
"github.com/jbenet/go-base58"
Expand Down

0 comments on commit 683fa92

Please sign in to comment.