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

Add go.mod file based on current WORKSPACE #2839

Merged
merged 1 commit into from
Jul 16, 2018

Conversation

schroederc
Copy link
Contributor

This file defines kythe.io/ as the root of a Go 1.11 module requiring
the given imports. When using a go tool that includes support for
modules (currently the tool must be built from HEAD), Kythe's Go code
will now be built and tested with the same dependency versions as
bazel test uses.

Note: the go.mod file must currently be kept in sync with our
WORKSPACE file manually

This file defines kythe.io/ as the root of a Go 1.11 module requiring
the given imports.  When using a `go` tool that includes support for
modules (currently the tool must be built from HEAD), Kythe's Go code
will now be built and tested with the same dependency versions as
`bazel test` uses.

Note: the `go.mod` file must currently be kept in sync with our
WORKSPACE file manually
@schroederc schroederc added the build Issues affecting building Kythe itself label Jul 16, 2018
@schroederc schroederc requested review from creachadair and salguarnieri and removed request for creachadair July 16, 2018 18:10
Copy link
Contributor

@salguarnieri salguarnieri left a comment

Choose a reason for hiding this comment

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

Is the build failure new?

@schroederc
Copy link
Contributor Author

schroederc commented Jul 16, 2018

No, there's an ongoing issue: #2834

@schroederc schroederc merged commit 377bbcc into kythe:master Jul 16, 2018
@schroederc schroederc deleted the go-mod branch July 16, 2018 20:30
schroederc added a commit to schroederc/kythe that referenced this pull request Nov 8, 2018
This file defines kythe.io/ as the root of a Go 1.11 module requiring
the given imports.  When using a `go` tool that includes support for
modules (currently the tool must be built from HEAD), Kythe's Go code
will now be built and tested with the same dependency versions as
`bazel test` uses.

Note: the `go.mod` file must currently be kept in sync with our
WORKSPACE file manually
schroederc added a commit to schroederc/kythe that referenced this pull request Nov 8, 2018
This file defines kythe.io/ as the root of a Go 1.11 module requiring
the given imports.  When using a `go` tool that includes support for
modules (currently the tool must be built from HEAD), Kythe's Go code
will now be built and tested with the same dependency versions as
`bazel test` uses.

Note: the `go.mod` file must currently be kept in sync with our
WORKSPACE file manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues affecting building Kythe itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants