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 and go.modverify #607

Merged
merged 1 commit into from Dec 28, 2018
Merged

Add go.mod and go.modverify #607

merged 1 commit into from Dec 28, 2018

Commits on Dec 27, 2018

  1. Add go.mod and go.sum

    What
    ===
    Add `go.mod` and `go.sum`, using `Go 1.11`.
    
    Why
    ===
    Now that golang/go#24301 has been accepted, lets start using go.mod files
    alongside Godep, and keep the two in sync.
    
    Notes
    ===
    There are no changes required to testify to support go.mod. The files were
    generated by running `go build` and `go mod tidy.
    
    Merging
    ===
    This PR is intended to be merged after #659 which adds Go1.11 to the list of
    supported builds.
    leighmcculloch committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    dce55cb View commit details
    Browse the repository at this point in the history