diff --git a/deno.lock b/deno.lock index c8cd116..8d0201e 100644 --- a/deno.lock +++ b/deno.lock @@ -3,9 +3,6 @@ "remote": { "https://deno.land/std@0.140.0/_util/assert.ts": "e94f2eb37cebd7f199952e242c77654e43333c1ac4c5c700e929ea3aa5489f74", "https://deno.land/std@0.140.0/flags/mod.ts": "019df8a63ed24df2d10be22e8983aa9253623e871228a2f8f328ff2d0404f7ef", - "https://deno.land/std@0.202.0/collections/_utils.ts": "5114abc026ddef71207a79609b984614e66a63a4bda17d819d56b0e72c51527e", - "https://deno.land/std@0.202.0/collections/deep_merge.ts": "9db788ba56cb05b65c77166b789e58e125dff159b7f41bf4d19dc1cba19ecb8b", - "https://deno.land/std@0.202.0/streams/text_line_stream.ts": "0f2c4b33a5fdb2476f2e060974cba1347cefe99a4af33c28a57524b1a34750fa", "https://deno.land/std@0.205.0/assert/_constants.ts": "8a9da298c26750b28b326b297316cdde860bc237533b07e1337c021379e6b2a9", "https://deno.land/std@0.205.0/assert/_diff.ts": "58e1461cc61d8eb1eacbf2a010932bf6a05b79344b02ca38095f9b805795dc48", "https://deno.land/std@0.205.0/assert/_format.ts": "a69126e8a469009adf4cf2a50af889aca364c349797e63174884a52ff75cf4c7", @@ -40,15 +37,17 @@ "https://deno.land/std@0.205.0/async/deferred.ts": "42790112f36a75a57db4a96d33974a936deb7b04d25c6084a9fa8a49f135def8", "https://deno.land/std@0.205.0/async/delay.ts": "a6142eb44cdd856b645086af2b811b1fcce08ec06bb7d50969e6a872ee9b8659", "https://deno.land/std@0.205.0/bytes/concat.ts": "d26d6f3d7922e6d663dacfcd357563b7bf4a380ce5b9c2bbe0c8586662f25ce2", + "https://deno.land/std@0.205.0/collections/_utils.ts": "5114abc026ddef71207a79609b984614e66a63a4bda17d819d56b0e72c51527e", "https://deno.land/std@0.205.0/collections/chunk.ts": "f82c52a82ad9338018570c42f6de0fb132fcb14914c31a444e360ac104d7b55b", + "https://deno.land/std@0.205.0/collections/deep_merge.ts": "9db788ba56cb05b65c77166b789e58e125dff159b7f41bf4d19dc1cba19ecb8b", "https://deno.land/std@0.205.0/collections/group_by.ts": "f90f483598b38f0174f946589f3af25b1c3cf89d4f3b14d4f0fbe3aaaca0abdd", "https://deno.land/std@0.205.0/collections/sliding_windows.ts": "d1c8d18d86b8f02b407379e8681881880b7e3e173d152c5d8dc89d458031b740", "https://deno.land/std@0.205.0/fmt/colors.ts": "c51c4642678eb690dcf5ffee5918b675bf01a33fba82acf303701ae1a4f8c8d9", "https://deno.land/std@0.205.0/streams/text_line_stream.ts": "0f2c4b33a5fdb2476f2e060974cba1347cefe99a4af33c28a57524b1a34750fa", "https://deno.land/std@0.205.0/streams/to_array_buffer.ts": "de5803ef98cf2bfd8eeaaa17ae4f4d0364377bd6f6e425110e7010c1cb48196b", - "https://deno.land/x/k8s@1.28.2/deps.ts": "6a23b8ffaac853ef8efe5760710c9ddaa49145b1566f40cba9f8b5cf047bb378", - "https://deno.land/x/k8s@1.28.2/index.ts": "cf60e8c0ec24481fc5a4ab4d64974f0b59f23c798530a1628443da6479869540", - "https://deno.land/x/k8s@1.28.2/openapi.ts": "4593f303c1d837d5633998e362d1a5f1b6953052ca436007031356d2bf96997d", + "https://deno.land/x/k8s@1.28.3/deps.ts": "eb5a95a1b8f647a143f53b796309e59f19b87a1069abfb353147532a4fe3dde1", + "https://deno.land/x/k8s@1.28.3/index.ts": "cf60e8c0ec24481fc5a4ab4d64974f0b59f23c798530a1628443da6479869540", + "https://deno.land/x/k8s@1.28.3/openapi.ts": "c00fd3e10cdb8c27b590d08cdbb31deaa15e3b169e0ede729663f141d5e40015", "https://deno.land/x/openapi_client@3.0.3/client.ts": "f368cfbffb4f30f470ba2524b4202f7125db20f044fb8820355fb1f2b6f88804", "https://deno.land/x/openapi_client@3.0.3/index.ts": "218b8f0d1cff4cc7b22abdbe960504d8e956b5fb022282e9cf89894dfc5df89f", "https://deno.land/x/openapi_client@3.0.3/types.ts": "561693bf2252a25c61e317a033a82b28e06ba2c1feee313cd17916f4ab37d883", diff --git a/src/deps/k8s_api.ts b/src/deps/k8s_api.ts index 1fe4ef6..b9a1fce 100644 --- a/src/deps/k8s_api.ts +++ b/src/deps/k8s_api.ts @@ -1 +1 @@ -export * from "https://deno.land/x/k8s@1.28.2/index.ts"; +export * from "https://deno.land/x/k8s@1.28.3/index.ts";