Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use google.golang.org/protobuf instead of github.com/gogo/protobuf #30

Closed
wants to merge 1 commit into from

Conversation

kzys
Copy link
Member

@kzys kzys commented Mar 18, 2022

As like other containerd packages, this commit switches from
github.com/gogo/protobuf to google.golang.org/protobuf.

See containerd/containerd#6564 for the detail.

Signed-off-by: Kazuyoshi Kato katokazu@amazon.com

As like other containerd packages, this commit switches from
github.com/gogo/protobuf to google.golang.org/protobuf.

See containerd/containerd#6564 for the detail.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
@codecov-commenter
Copy link

Codecov Report

Merging #30 (0004759) into main (ceacb3f) will not change coverage.
The diff coverage is 42.85%.

@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   67.36%   67.36%           
=======================================
  Files           1        1           
  Lines          95       95           
=======================================
  Hits           64       64           
  Misses         23       23           
  Partials        8        8           
Impacted Files Coverage Δ
types.go 67.36% <42.85%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ceacb3f...0004759. Read the comment docs.

@AkihiroSuda
Copy link
Member

Needs rebase

@@ -2,4 +2,7 @@ module github.com/containerd/typeurl

go 1.13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe off-topic here, but this has to be bumped up to 1.17

@kzys
Copy link
Member Author

kzys commented Apr 21, 2022

Closing. We right now have both google.golang.org/protobuf and github.com/gogo/protobuf and it seems working.

@kzys kzys closed this Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants