This repository was archived by the owner on Oct 31, 2021. It is now read-only.
File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ require (
38
38
github.com/vmihailenco/msgpack/v5 v5.3.4
39
39
github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
40
40
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
41
- google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
41
+ google.golang.org/genproto v0.0.0-20210927142257-433400c27d05
42
42
gopkg.in/ezzarghili/recaptcha-go.v4 v4.3.0
43
43
)
44
44
Original file line number Diff line number Diff line change @@ -1246,6 +1246,8 @@ google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8/go.mod h1:eFjDcFEc
1246
1246
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 /go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY =
1247
1247
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 h1:5Tbluzus3QxoAJx4IefGt1W0HQZW4nuMrVk684jI74Q =
1248
1248
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0 /go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc =
1249
+ google.golang.org/genproto v0.0.0-20210927142257-433400c27d05 h1:6/1QShroBaS9sY9NbPquolxRETG6PZhfv8ohdbLieBg =
1250
+ google.golang.org/genproto v0.0.0-20210927142257-433400c27d05 /go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc =
1249
1251
google.golang.org/grpc v1.14.0 /go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw =
1250
1252
google.golang.org/grpc v1.19.0 /go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c =
1251
1253
google.golang.org/grpc v1.20.1 /go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38 =
Original file line number Diff line number Diff line change 6
6
"sql-formatter" : " 4.0.2" ,
7
7
"ts-node" : " 10.2.1" ,
8
8
"typescript" : " 4.4.3" ,
9
- "yargs" : " 17.2.0 "
9
+ "yargs" : " 17.2.1 "
10
10
},
11
11
"devDependencies" : {
12
12
"@types/yargs" : " 17.0.3"
Original file line number Diff line number Diff line change @@ -1762,10 +1762,10 @@ yargs-parser@^20.2.2:
1762
1762
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
1763
1763
integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
1764
1764
1765
-
1766
- version "17.2.0 "
1767
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.0 .tgz#ec529632b2cb9044f3927f4b45f9cc4ae2535653 "
1768
- integrity sha512-UPeZv4h9Xv510ibpt5rdsUNzgD78nMa1rhxxCgvkKiq06hlKCEHJLiJ6Ub8zDg/wR6hedEI6ovnd2vCvJ4nusA ==
1765
+
1766
+ version "17.2.1 "
1767
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.1 .tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea "
1768
+ integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q ==
1769
1769
dependencies :
1770
1770
cliui "^7.0.2"
1771
1771
escalade "^3.1.1"
You can’t perform that action at this time.
0 commit comments