mirror of
https://github.com/mudler/luet.git
synced 2025-09-22 11:38:12 +00:00
⬆️ Update vendor
This commit is contained in:
2
vendor/github.com/Masterminds/sprig/v3/network.go
generated
vendored
2
vendor/github.com/Masterminds/sprig/v3/network.go
generated
vendored
@@ -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))]
|
||||
}
|
||||
|
Reference in New Issue
Block a user