go.mod: update to latest certstore

It includes a fix to allow us to use Go 1.18.
We can now remove our Tailscale-only build tags.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder
2022-03-16 15:47:15 -07:00
committed by Josh Bleecher Snyder
parent 61ee72940c
commit 8c2cb4b431
6 changed files with 11 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build windows && cgo && tailscale_go
// +build windows,cgo,tailscale_go
//go:build windows && cgo
// +build windows,cgo
package controlclient