Skip to content

Commit 433c5d4

Browse files
chore: auto-commit generated changes
1 parent c65d2b2 commit 433c5d4

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

packages/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ require (
102102
github.com/beorn7/perks v1.0.1 // indirect
103103
github.com/bep/godartsass/v2 v2.3.2 // indirect
104104
github.com/bep/golibsass v1.2.0 // indirect
105-
github.com/bits-and-blooms/bitset v1.22.0 // indirect
105+
github.com/bits-and-blooms/bitset v1.24.2 // indirect
106106
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect
107107
github.com/bytedance/sonic v1.13.3 // indirect
108108
github.com/bytedance/sonic/loader v0.2.4 // indirect

packages/api/go.sum

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

packages/orchestrator/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/aws/aws-sdk-go-v2/config v1.32.6
2121
github.com/aws/aws-sdk-go-v2/credentials v1.19.6
2222
github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0
23-
github.com/bits-and-blooms/bitset v1.22.0
23+
github.com/bits-and-blooms/bitset v1.24.2
2424
github.com/bmatcuk/doublestar/v4 v4.9.1
2525
github.com/caarlos0/env/v11 v11.3.1
2626
github.com/containernetworking/plugins v1.9.0
@@ -97,6 +97,7 @@ require (
9797
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
9898
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
9999
github.com/Microsoft/go-winio v0.6.2 // indirect
100+
github.com/RoaringBitmap/roaring/v2 v2.16.0 // indirect
100101
github.com/andybalholm/brotli v1.2.0 // indirect
101102
github.com/armon/go-metrics v0.4.1 // indirect
102103
github.com/aws/aws-sdk-go-v2 v1.41.0 // indirect
@@ -252,6 +253,7 @@ require (
252253
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
253254
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
254255
github.com/morikuni/aec v1.0.0 // indirect
256+
github.com/mschoch/smat v0.2.0 // indirect
255257
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 // indirect
256258
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
257259
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect

packages/orchestrator/go.sum

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/shared/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
cloud.google.com/go/artifactregistry v1.17.1
99
cloud.google.com/go/storage v1.59.2
1010
connectrpc.com/connect v1.18.1
11+
github.com/RoaringBitmap/roaring/v2 v2.16.0
1112
github.com/aws/aws-sdk-go-v2 v1.41.0
1213
github.com/aws/aws-sdk-go-v2/config v1.32.6
1314
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.74
@@ -87,7 +88,6 @@ require (
8788
github.com/Masterminds/semver/v3 v3.4.0 // indirect
8889
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
8990
github.com/Microsoft/go-winio v0.6.2 // indirect
90-
github.com/RoaringBitmap/roaring/v2 v2.16.0 // indirect
9191
github.com/Workiva/go-datastructures v1.1.6 // indirect
9292
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
9393
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect

packages/shared/go.sum

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)