Skip to content

Use Go Modules and support Go 1.11 building #107

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

Merged
merged 10 commits into from
Aug 30, 2018
Merged

Use Go Modules and support Go 1.11 building #107

merged 10 commits into from
Aug 30, 2018

Conversation

josephlr
Copy link
Member

This PR makes the necessary changes to get fscrypt properly building with Go 1.11

  • Move dependency management from dep to Go's module system.
    • Migrate Gopkg.* files to go.mod and go.sum files
    • Stop vendoring packages needed for developing fscrypt, only vendor those needed to build fscrypt.
  • Update all dependencies to their latest versions
    • Update the protoc version and regenerate metadata.pb.go.
    • As protobuf 3.5 now keeps unknown fields, we switch to using proto.Equal to avoid comparison issues with unknown fields.
  • Move Travis to Go 1.11

@josephlr josephlr merged commit 0f451a7 into master Aug 30, 2018
@josephlr josephlr deleted the mod branch August 30, 2018 21:50
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.

1 participant