Create scraping library to get match data

To use it, you need to make a JSON config file which gets stored
at the workspace root or you pass the path into the function(s)

Change-Id: I9d074c7ad84c45b418eb5be8b316a84b022db835
Signed-off-by: Het Satasiya <satasiyahet@gmail.com>
diff --git a/tools/go/go_mirrors.bzl b/tools/go/go_mirrors.bzl
index 0e8f394..8865d69 100644
--- a/tools/go/go_mirrors.bzl
+++ b/tools/go/go_mirrors.bzl
@@ -147,6 +147,20 @@
         "strip_prefix": "github.com/grpc-ecosystem/grpc-gateway@v1.16.0",
         "version": "v1.16.0",
     },
+    "com_github_joho_godotenv": {
+        "filename": "com_github_joho_godotenv__v1.4.0.zip",
+        "importpath": "github.com/joho/godotenv",
+        "sha256": "6c6d2f6c2a9d2ee8608e4acd7ba7035d31b1f0da3c7d9537a32928b8eed4e3cd",
+        "strip_prefix": "github.com/joho/godotenv@v1.4.0",
+        "version": "v1.4.0",
+    },
+    "com_github_mattn_go_sqlite3": {
+        "filename": "com_github_mattn_go_sqlite3__v1.14.10.zip",
+        "importpath": "github.com/mattn/go-sqlite3",
+        "sha256": "3c1e6497b023fc4741bf1bbfb39ae657b99cf44cfb33f5cbf1e88b315d25a306",
+        "strip_prefix": "github.com/mattn/go-sqlite3@v1.14.10",
+        "version": "v1.14.10",
+    },
     "com_github_pmezard_go_difflib": {
         "filename": "com_github_pmezard_go_difflib__v1.0.0.zip",
         "importpath": "github.com/pmezard/go-difflib",
@@ -315,11 +329,4 @@
         "strip_prefix": "golang.org/x/xerrors@v0.0.0-20200804184101-5ec99f83aff1",
         "version": "v0.0.0-20200804184101-5ec99f83aff1",
     },
-    "com_github_mattn_go_sqlite3": {
-        "filename": "com_github_mattn_go_sqlite3__v1.14.10.zip",
-        "importpath": "github.com/mattn/go-sqlite3",
-        "sha256": "3c1e6497b023fc4741bf1bbfb39ae657b99cf44cfb33f5cbf1e88b315d25a306",
-        "strip_prefix": "github.com/mattn/go-sqlite3@v1.14.10",
-        "version": "v1.14.10",
-    },
 }