TUN-3905: Cannot run go mod vendor in cloudflared due to fips

This commit is contained in:
Areg Harutyunyan
2021-03-09 17:31:59 +04:00
parent a2b41ea3e6
commit d83d6d54ed
3 changed files with 10 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
// +build fips
package main
import _ "crypto/tls/fipsonly"