internal: re-build go.mod (#16)

Somehow go.sum has a different checksum that what's expected. This PR should
fix CI. We should investigate how this happened, though, and whether there's a
bug with go modules somehow.

Also adds a tools.go per our other repos. This helps us codify the tools we
use in our go.mod.

Also re-pins to a later version of cloud.google.com/api, and an actual version
of google.golang.org/api since we now have a tagged version.
3 files changed
tree: 1a88a3613ffb4f3d7ae2d76f0db6791880ba26d6
  1. bigquery/
  2. datastore/
  3. internal/
  4. storage/
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. doc.go
  8. examples_test.go
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. tools.go
README.md

Testing Support for the Google Cloud Client Libraries for Go

go get github.com/googleapis/google-cloud-go-testing

This repository contains code that can help you test against the Cloud Client Libraries for Go.

If you plan to use this code for mocks, we recommend you read Don't Overuse Mocks first.

NOTE: This code has alpha status. It may be subject to backwards-incompatible changes.