mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 23:33:25 +00:00
Use sync package from unofficial Go library
Uses the sync package from the unofficial Go library instead of simpler solution. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
committed by
Alex Ellis
parent
6ed0ab71fb
commit
01841f605c
@ -11,4 +11,5 @@ require (
|
||||
github.com/prometheus/client_golang v1.11.1
|
||||
github.com/prometheus/client_model v0.2.0
|
||||
go.uber.org/goleak v1.1.10
|
||||
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user