Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhump jhump released this 08 Aug 18:25
· 13 commits to master since this release
8fe29be

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.