Go version `1.20` includes standard library support for multi-errors. The [errors](https://pkg.go.dev/errors) library now has an [errors.Join](https://pkg.go.dev/errors#Join) function to combine multiple errors that can replace the user of the [hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) package in vhttp.