- move test-client to its own go.mod file, so as to trim dependencies for upstream consumers.
test-client is intended for local testing and/or development and not necessarily installable via go-install. - bump go.mod go version to 1.13, the version which GO111MODULE defaults to auto.