Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ shards:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.11.0

debug:
git: https://github.com/sija/debug.cr.git
version: 2.0.2

defined:
git: https://github.com/wyhaines/defined.cr.git
version: 0.3.6
Expand Down Expand Up @@ -81,6 +85,10 @@ shards:
git: https://github.com/place-labs/http-params-serializable.git
version: 0.5.0

json-merge-patch:
git: https://github.com/caspiano/json-merge-patch.git
version: 0.1.1

jwt:
git: https://github.com/crystal-community/jwt.git
version: 1.6.0
Expand All @@ -107,7 +115,7 @@ shards:

neuroplastic:
git: https://github.com/spider-gazelle/neuroplastic.git
version: 1.11.1
version: 1.12.0

open_api:
git: https://github.com/elbywan/open_api.cr.git
Expand All @@ -123,11 +131,15 @@ shards:

opentelemetry-api:
git: https://github.com/wyhaines/opentelemetry-api.cr.git
version: 0.3.4
version: 0.5.0

opentelemetry-instrumentation:
git: https://github.com/wyhaines/opentelemetry-instrumentation.cr.git
version: 0.3.5
version: 0.3.6+git.commit.2b4477f57da6b593469deadc3a439e5ed83dd23f

opentelemetry-sdk: # Overridden
git: https://github.com/wyhaines/opentelemetry-sdk.cr.git
version: 0.5.0+git.commit.5629aa05bfc0837abe6efd8f19ad28b560d9b6b7

pars: # Overridden
git: https://github.com/spider-gazelle/pars.git
Expand All @@ -139,11 +151,11 @@ shards:

placeos-log-backend:
git: https://github.com/place-labs/log-backend.git
version: 0.10.5
version: 0.11.1

placeos-models:
git: https://github.com/placeos/models.git
version: 8.9.2
version: 8.11.0

protobuf:
git: https://github.com/jeromegn/protobuf.cr.git
Expand Down
3 changes: 3 additions & 0 deletions shard.override.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dependencies:
pars:
github: spider-gazelle/pars
opentelemetry-sdk:
github: wyhaines/opentelemetry-sdk.cr
branch: main
6 changes: 5 additions & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ dependencies:
github: place-labs/openapi-generator
branch: master

opentelemetry-sdk:
github: wyhaines/opentelemetry-sdk.cr
version: ~> 0.5

placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.8.13"
version: ">= 0.11.0"

placeos-models:
github: placeos/models
Expand Down
2 changes: 1 addition & 1 deletion src/placeos-build/drivers.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "git-repository"
require "opentelemetry-api"
require "opentelemetry-sdk"
require "placeos-models/executable"
require "uuid"

Expand Down
2 changes: 1 addition & 1 deletion src/placeos-build/repository_store.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "file_utils"
require "git-repository"
require "opentelemetry-api"
require "opentelemetry-sdk"

module PlaceOS::Build
class RepositoryStore
Expand Down
2 changes: 1 addition & 1 deletion src/placeos-build/run_from.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "opentelemetry-api"
require "opentelemetry-sdk"
require "./error"

module RunFrom
Expand Down