Skip to content

Commit 0bb71c7

Browse files
committed
enormous lock
1 parent 3d897b4 commit 0bb71c7

File tree

2 files changed

+84
-2
lines changed

2 files changed

+84
-2
lines changed

deno.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,50 @@
66
},
77
"imports": {
88
"@std/fs": "jsr:@std/fs@^1.0.9",
9-
"src/": "./src/"
9+
"src/": "./src/",
10+
"@cdktf/provider-aws": "npm:@cdktf/provider-aws@^19.25.0",
11+
"@cdktf/provider-azurerm": "npm:@cdktf/provider-azurerm@^12.23.0",
12+
"@cdktf/provider-google": "npm:@cdktf/provider-google@^14.13.1",
13+
"@cdktf/provider-helm": "npm:@cdktf/provider-helm@^10.2.0",
14+
"@cdktf/provider-kubernetes": "npm:@cdktf/provider-kubernetes@^11.6.0",
15+
"@cdktf/provider-local": "npm:@cdktf/provider-local@^10.1.0",
16+
"@cdktf/provider-random": "npm:@cdktf/provider-random@^11.0.2",
17+
"@cdktf/provider-time": "npm:@cdktf/provider-time@^10.1.1",
18+
"@cdktf/provider-tls": "npm:@cdktf/provider-tls@^10.0.0",
19+
"netmask": "npm:netmask@2.0.2",
20+
"@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0-rc.5",
21+
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.5",
22+
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
23+
"@cndi/cdktf/modules/aws-eks-managed-node-group.ts": "jsr:@cndi/cdktf@^0.1.2/modules/aws-eks-managed-node-group.ts",
24+
"@cndi/cdktf/modules/aws-eks.ts": "jsr:@cndi/cdktf@^0.1.2/modules/aws-eks.ts",
25+
"@cndi/cdktf/modules/aws-iam-assumable-role-with-oidc.ts": "jsr:@cndi/cdktf@^0.1.2/modules/aws-iam-assumable-role-with-oidc.ts",
26+
"@cndi/cdktf/modules/aws-vpc.ts": "jsr:@cndi/cdktf@^0.1.2/modules/aws-vpc.ts",
27+
"@polyseam/cliffy-provider-gh-releases": "jsr:@polyseam/cliffy-provider-gh-releases@1.0.0-rc.11",
28+
"@polyseam/silky": "jsr:@polyseam/silky@^1.1.2",
29+
"@std/assert": "jsr:@std/assert@^0.221.0",
30+
"@std/async": "jsr:@std/async@^0.221.0",
31+
"@std/cli": "jsr:@std/cli@^0.221.0",
32+
"@std/collections": "jsr:@std/collections@^0.221.0",
33+
"@std/dotenv": "jsr:@std/dotenv@^0.221.0",
34+
"@std/io": "jsr:@std/io@^0.221.0",
35+
"@std/jsonc": "jsr:@std/jsonc@^0.221.0",
36+
"@std/path": "jsr:@std/path@^0.221.0",
37+
"@std/path/constants": "jsr:@std/path/constants@^0.221.0",
38+
"@std/semver": "jsr:@std/semver@^0.221.0",
39+
"@std/semver/compare": "jsr:@std/semver/compare.ts",
40+
"@std/streams": "jsr:@std/streams@^0.221.0",
41+
"@std/testing": "jsr:@std/testing@^0.221.0",
42+
"@std/yaml": "jsr:@std/yaml@^0.221.0",
43+
"cdktf": "npm:cdktf@^0.20.8",
44+
"child_process": "node:child_process",
45+
"constructs": "npm:constructs@10.3.0",
46+
"crypto-js": "npm:crypto-js@4.1.1",
47+
"lodash.get": "npm:lodash.get@4.4.2",
48+
"lodash.set": "npm:lodash.set@4.3.2",
49+
"lodash.unset": "npm:lodash.unset@4.5.2",
50+
"octokit": "npm:octokit@^3.1.2",
51+
"simple-git": "npm:simple-git@3.18.0",
52+
"test-deps": "./src/tests/deps.ts",
53+
"validator": "npm:validator@13.11.0"
1054
}
1155
}

deno.lock

Lines changed: 39 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)