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

This commit is contained in:
Areg Harutyunyan
2021-03-02 15:43:35 +00:00
parent a2b41ea3e6
commit d83d6d54ed
3 changed files with 10 additions and 16 deletions

5
fips/fips.go.linux-amd64 Normal file
View File

@@ -0,0 +1,5 @@
// +build fips
package main
import _ "crypto/tls/fipsonly"