mirror of
https://github.com/openfaas/faas.git
synced 2025-06-27 17:23: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
3
gateway/vendor/modules.txt
vendored
3
gateway/vendor/modules.txt
vendored
@ -67,6 +67,9 @@ golang.org/x/crypto/ed25519/internal/edwards25519
|
||||
# golang.org/x/lint v0.0.0-20190930215403-16217165b5de
|
||||
golang.org/x/lint
|
||||
golang.org/x/lint/golint
|
||||
# golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
|
||||
## explicit
|
||||
golang.org/x/sync/singleflight
|
||||
# golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
||||
golang.org/x/sys/internal/unsafeheader
|
||||
golang.org/x/sys/unix
|
||||
|
Reference in New Issue
Block a user