go.mod: add go language version
The go tool kept inserting "go 1.13" so I'm adding an explicit line so
it stops modifying my local files when I'm working on other changes.
Change-Id: I82b8de13a75271f04dce78f9e939aefe1d24fc6d
Reviewed-on: https://go-review.googlesource.com/c/net/+/181257
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>