diff --git a/shard.lock b/shard.lock index f84400fd..71e910b2 100644 --- a/shard.lock +++ b/shard.lock @@ -4,6 +4,10 @@ shards: git: https://github.com/crystal-ameba/ameba.git version: 1.6.1 + bindata: + git: https://github.com/spider-gazelle/bindata.git + version: 2.1.0 + halite: git: https://github.com/icyleaf/halite.git version: 0.12.0 @@ -12,6 +16,14 @@ shards: git: https://github.com/crystal-lang/json_mapping.cr.git version: 0.1.1 + jwt: + git: https://github.com/crystal-community/jwt.git + version: 1.6.1 + + openssl_ext: + git: https://github.com/spider-gazelle/openssl_ext.git + version: 2.4.4 + webmock: git: https://github.com/manastech/webmock.cr.git version: 0.14.0 diff --git a/shard.yml b/shard.yml index bbfb9268..0f621fa2 100644 --- a/shard.yml +++ b/shard.yml @@ -23,3 +23,6 @@ development_dependencies: ameba: github: crystal-ameba/ameba version: == 1.6.1 + jwt: + github: crystal-community/jwt + version: ~> 1.6.1 diff --git a/vendor/shards/cache/ameba-1.6.1.shard b/vendor/shards/cache/ameba-1.6.1.shard index 4fd9bcf9..b5f999aa 100644 Binary files a/vendor/shards/cache/ameba-1.6.1.shard and b/vendor/shards/cache/ameba-1.6.1.shard differ diff --git a/vendor/shards/cache/bindata-2.1.0.shard b/vendor/shards/cache/bindata-2.1.0.shard new file mode 100644 index 00000000..490ac279 Binary files /dev/null and b/vendor/shards/cache/bindata-2.1.0.shard differ diff --git a/vendor/shards/cache/halite-0.12.0.shard b/vendor/shards/cache/halite-0.12.0.shard index 90684079..d52aea4e 100644 Binary files a/vendor/shards/cache/halite-0.12.0.shard and b/vendor/shards/cache/halite-0.12.0.shard differ diff --git a/vendor/shards/cache/json_mapping-0.1.1.shard b/vendor/shards/cache/json_mapping-0.1.1.shard index dcbed1f2..31128edb 100644 Binary files a/vendor/shards/cache/json_mapping-0.1.1.shard and b/vendor/shards/cache/json_mapping-0.1.1.shard differ diff --git a/vendor/shards/cache/jwt-1.6.1.shard b/vendor/shards/cache/jwt-1.6.1.shard new file mode 100644 index 00000000..1a2ac326 Binary files /dev/null and b/vendor/shards/cache/jwt-1.6.1.shard differ diff --git a/vendor/shards/cache/openssl_ext-2.4.4.shard b/vendor/shards/cache/openssl_ext-2.4.4.shard new file mode 100644 index 00000000..dd239cb1 Binary files /dev/null and b/vendor/shards/cache/openssl_ext-2.4.4.shard differ diff --git a/vendor/shards/cache/webmock-0.14.0.shard b/vendor/shards/cache/webmock-0.14.0.shard index ef1e992f..df1071b3 100644 Binary files a/vendor/shards/cache/webmock-0.14.0.shard and b/vendor/shards/cache/webmock-0.14.0.shard differ