mod: bump cloud.google.com/go/spanner from 1.82.0 to 1.87.0

Bumps [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) from 1.82.0 to 1.87.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.82.0...spanner/v1.87.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-version: 1.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: d6da341826bc204c97a6460a0d0937c281812875
  1. .github/
  2. dashboard/
  3. docs/
  4. executor/
  5. pkg/
  6. prog/
  7. sys/
  8. syz-agent/
  9. syz-ci/
  10. syz-cluster/
  11. syz-hub/
  12. syz-kfuzztest/
  13. syz-manager/
  14. syz-verifier/
  15. tools/
  16. vm/
  17. .clang-format
  18. .dockerignore
  19. .gitattributes
  20. .gitignore
  21. .golangci.yml
  22. .mockery.yaml
  23. AUTHORS
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTORS
  26. go.mod
  27. go.sum
  28. LICENSE
  29. Makefile
  30. README.md
README.md

syzkaller - kernel fuzzer

CI Status OSS-Fuzz Go Report Card Coverage Status GoDoc License

syzkaller ([siːzˈkɔːlə]) is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows.

Mailing list: syzkaller@googlegroups.com (join on web or by email).

Found bugs: Darwin/XNU, FreeBSD, Linux, NetBSD, OpenBSD, Windows.

Documentation

Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Starnix, Windows, gVisor. Akaros,

Disclaimer

This is not an official Google product.