mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 19:19:57 +00:00
TUN-3905: Cannot run go mod vendor in cloudflared due to fips
This commit is contained in:
5
fips/fips.go.linux-amd64
Normal file
5
fips/fips.go.linux-amd64
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build fips
|
||||
|
||||
package main
|
||||
|
||||
import _ "crypto/tls/fipsonly"
|
Reference in New Issue
Block a user