v0.1.1
Pre-release
Pre-release
Fixes the go.mod
file in this repo so it works with upcoming Go 1.13.
The upstream protoreflect
dependency had a go.mod
file that somehow contained a mistake in the timestamp for one of the dependencies. This is not accepted by the strict version interpretation in Go tip. So this updates to a newer version of that library that itself has a fixed go.mod
file.