go.mod: require Go 1.18

Also, update depaware for Go 1.18's dependency tree.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder
2022-03-15 13:49:27 -07:00
committed by Josh Bleecher Snyder
parent f695f0b178
commit 71b535fc94
3 changed files with 4 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module tailscale.com
go 1.17
go 1.18
require (
filippo.io/mkcert v1.4.3