boulder/vendor/gopkg.in
Aaron Gable ef9f0cdab5
Update go.mod go directive to 1.17 (#5950)
The `go` directive inside go.mod determines certain behaviors of
the go command. Since we're using go 1.17 everywhere, we should
update our module's go directive to reflect that, and update its contents
to match the new behavior.

Particularly, updating to 1.17 here means that all indirect dependencies
are listed directly inside go.mod (in a separate block, to keep things clean),
and the go.sum and go.mod files are deleted from vendored dependencies
so that the go tool can correctly find the root of the module even when run
from a vendored dependency's subdirectory.
2022-02-18 12:25:53 -08:00
..
alexcesaro/statsd.v2 Honeycomb integration proof-of-concept (#5408) 2021-05-24 16:13:08 -07:00
fsnotify.v1 log-validator: add cmd/daemon for verifying log integrity (#4482) 2019-10-21 10:12:55 -04:00
square/go-jose.v2 Upgrade go-jose to v2.4.1 (#4611) 2019-12-16 14:10:12 -08:00
tomb.v1 log-validator: add cmd/daemon for verifying log integrity (#4482) 2019-10-21 10:12:55 -04:00
yaml.v2 Update go.mod go directive to 1.17 (#5950) 2022-02-18 12:25:53 -08:00