Skip to content

Commit

Permalink
Move protobuf module to top-level /binding dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kconwayinvision committed Feb 9, 2021
1 parent 8da9a85 commit 691ecc8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cloudevents/sdk-go/v2/binding/format/protobuf/v2
module github.com/cloudevents/sdk-go/binding/format/protobuf/v2

go 1.14

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/cloudevents/sdk-go/v2/event"
"github.com/cloudevents/sdk-go/v2/types"

"github.com/cloudevents/sdk-go/v2/binding/format/protobuf/v2/internal/pb"
"github.com/cloudevents/sdk-go/binding/format/protobuf/v2/internal/pb"
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/cloudevents/sdk-go/v2/event"
"github.com/cloudevents/sdk-go/v2/types"

format "github.com/cloudevents/sdk-go/v2/binding/format/protobuf/v2"
format "github.com/cloudevents/sdk-go/binding/format/protobuf/v2"
)

func TestProtobufFormatWithoutProtobufCodec(t *testing.T) {
Expand Down

0 comments on commit 691ecc8

Please sign in to comment.