@@ -197,7 +197,7 @@ dependencies = [
197197[[package ]]
198198org = " ballerina"
199199name = " log"
200- version = " 2.4.0 "
200+ version = " 2.4.1 "
201201dependencies = [
202202 {org = " ballerina" , name = " io" },
203203 {org = " ballerina" , name = " jballerina.java" },
@@ -317,6 +317,18 @@ modules = [
317317 {org = " ballerinai" , packageName = " observe" , moduleName = " observe" }
318318]
319319
320+ [[package ]]
321+ org = " ballerinax"
322+ name = " client.config"
323+ version = " 1.0.1"
324+ dependencies = [
325+ {org = " ballerina" , name = " http" },
326+ {org = " ballerina" , name = " oauth2" }
327+ ]
328+ modules = [
329+ {org = " ballerinax" , packageName = " client.config" , moduleName = " client.config" }
330+ ]
331+
320332[[package ]]
321333org = " ballerinax"
322334name = " googleapis.gmail"
@@ -333,7 +345,8 @@ dependencies = [
333345 {org = " ballerina" , name = " regex" },
334346 {org = " ballerina" , name = " test" },
335347 {org = " ballerina" , name = " url" },
336- {org = " ballerinai" , name = " observe" }
348+ {org = " ballerinai" , name = " observe" },
349+ {org = " ballerinax" , name = " client.config" }
337350]
338351modules = [
339352 {org = " ballerinax" , packageName = " googleapis.gmail" , moduleName = " googleapis.gmail" }
0 commit comments