⬆️ Update vendor

This commit is contained in:
Ettore Di Giacinto
2022-03-21 15:00:51 +01:00
parent 114d4899f6
commit 2f60504da3
38 changed files with 14105 additions and 64 deletions

View File

@@ -7,6 +7,6 @@ import (
func getHostByName(name string) string {
addrs, _ := net.LookupHost(name)
//TODO: add error handing when release v3 cames out
//TODO: add error handing when release v3 comes out
return addrs[rand.Intn(len(addrs))]
}