Update dependencies

This commit is contained in:
gidsi 2020-09-27 00:45:05 +02:00
commit 204fc582f3
No known key found for this signature in database
GPG key ID: B47291090A6E5604
4 changed files with 22 additions and 16 deletions

View file

@ -167,7 +167,7 @@ func updateDecentralizedServicesList() {
log.Fatal(err)
}
if record[3] == "public" && record[9] == "wahr" && record[6] != "" {
if len(record) > 9 && record[3] == "public" && record[9] == "wahr" && record[6] != "" {
foo := DecentrealizedService{
record[0],
record[1],