From 2064d7fa8f06f9b1fe9d7f9d1e2a7562637f8700 Mon Sep 17 00:00:00 2001 From: ohkinozomu Date: Wed, 1 Jun 2022 22:29:32 +0900 Subject: [PATCH] Add new regions --- data.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data.go b/data.go index 0a43d95..ed77ca2 100644 --- a/data.go +++ b/data.go @@ -20,7 +20,9 @@ var REGIONS = []string{ "europe-west4", "europe-west6", "northamerica-northeast1", + "northamerica-northeast2", "southamerica-east1", + "southamerica-west1", "us-central1", "us-east1", "us-east4",