Skip to content

Commit

Permalink
Update protobuf library, generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmikk committed Feb 9, 2021
1 parent 3b545d0 commit 29d8e5f
Show file tree
Hide file tree
Showing 17 changed files with 2,628 additions and 1,046 deletions.
2 changes: 1 addition & 1 deletion container.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"io"
"math/rand"

"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion nmsg.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package nmsg
import (
"hash/crc32"

"github.com/golang/protobuf/proto"
"google.golang.org/protobuf/proto"
)

// Container size limits to avoid silly fragmentation and memory
Expand Down
Loading

0 comments on commit 29d8e5f

Please sign in to comment.