mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 23:09:58 +00:00
TUN-4961: Update quic-go to latest
- 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.
This commit is contained in:
8
vendor/github.com/lucas-clemente/quic-go/tools.go
generated
vendored
Normal file
8
vendor/github.com/lucas-clemente/quic-go/tools.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build tools
|
||||
|
||||
package quic
|
||||
|
||||
import (
|
||||
_ "github.com/cheekybits/genny"
|
||||
_ "github.com/onsi/ginkgo/ginkgo"
|
||||
)
|
Reference in New Issue
Block a user