mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-14 02:06:35 +00:00

- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
9 lines
110 B
Go
9 lines
110 B
Go
// +build tools
|
|
|
|
package quic
|
|
|
|
import (
|
|
_ "github.com/cheekybits/genny"
|
|
_ "github.com/onsi/ginkgo/ginkgo"
|
|
)
|