Add option to cosume connect events rather than polling to restart deployments

This commit is contained in:
jillianwilson
2021-10-06 14:50:47 -03:00
parent f439b04415
commit ad02c6f6c0
733 changed files with 86908 additions and 24010 deletions

9
vendor/github.com/schollz/peerdiscovery/go.mod generated vendored Normal file
View File

@@ -0,0 +1,9 @@
module github.com/schollz/peerdiscovery
go 1.13
require (
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.0.0-20201113135734-0a15ea8d9b02 // indirect
)