Skip to content
Merged
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
c50d248
feat: supabase auth users sync background runner in dashboard api
ben-fornefeld Mar 28, 2026
68a6265
chore: auto-commit generated changes
github-actions[bot] Mar 28, 2026
9d8fe63
feat(db): enhance auth user sync triggers to retain direct operations…
ben-fornefeld Mar 30, 2026
1e5f28b
Merge branch 'feature/supabase-users-sync-worker' of https://github.c…
ben-fornefeld Mar 30, 2026
56154df
feat(sync): implement user sync queue with enhanced error handling an…
ben-fornefeld Mar 30, 2026
3a431aa
feat(sync): add supabase auth user sync configuration and secrets man…
ben-fornefeld Mar 31, 2026
eb69678
chore: remove smoke test
ben-fornefeld Mar 31, 2026
bb9fa39
add: e2e runner test
ben-fornefeld Mar 31, 2026
461d2ec
chore: change dashboard-api env variable management
ben-fornefeld Mar 31, 2026
ce0cbd1
refactor(sync): update user sync logic to utilize new database structure
ben-fornefeld Mar 31, 2026
4d622ce
fix: lint
ben-fornefeld Mar 31, 2026
84ecd06
test: apply database migrations in end-to-end test setup
ben-fornefeld Mar 31, 2026
3f56979
Merge origin/main into feature/supabase-users-sync-worker
ben-fornefeld Apr 1, 2026
386d0c6
feat(sync): enhance user sync processing and acknowledgment
ben-fornefeld Apr 1, 2026
3e3fa3c
refactor(gcp): remove auth_db_connection_string resources and update …
ben-fornefeld Apr 1, 2026
5e0972b
chore(dashboard-api): refactor environment variable management
ben-fornefeld Apr 1, 2026
6b5a5c8
refactor: use river for queue worker
ben-fornefeld Apr 1, 2026
1113654
chore: auto-commit generated changes
github-actions[bot] Apr 1, 2026
fb0afd4
chore: auto-commit generated changes
github-actions[bot] Apr 1, 2026
bd4dd80
chore: update pgx dependency to v5.9.1 and golang.org/x/mod to v0.34.…
ben-fornefeld Apr 1, 2026
97e305a
Merge branch 'feature/supabase-users-sync-worker' of https://github.c…
ben-fornefeld Apr 1, 2026
c98878f
chore: fix lint
ben-fornefeld Apr 2, 2026
e314b96
chore: auto-commit generated changes
github-actions[bot] Apr 2, 2026
db124a4
improve: retrying for river jobs
ben-fornefeld Apr 2, 2026
0e7f147
Merge branch 'feature/supabase-users-sync-worker' of https://github.c…
ben-fornefeld Apr 2, 2026
eed510b
refactor: enhance auth user sync worker and streamline environment va…
ben-fornefeld Apr 2, 2026
8226f67
chore: rename config and fix test
ben-fornefeld Apr 2, 2026
8485d7a
improve: config
ben-fornefeld Apr 2, 2026
37f842f
Merge origin/main into feature/supabase-users-sync-worker
ben-fornefeld Apr 2, 2026
c0b1102
chore: auto-commit generated changes
github-actions[bot] Apr 2, 2026
87ef8f0
fix: correct env var name in template to match Go config
cursoragent Apr 2, 2026
45a7ccb
fix: update permissions for trigger_user on river_job and sequences i…
ben-fornefeld Apr 3, 2026
638429a
Merge branch 'feature/supabase-users-sync-worker' of https://github.c…
ben-fornefeld Apr 3, 2026
07d4c25
refactor: update environment variable handling and improve auth user …
ben-fornefeld Apr 6, 2026
bd1ebb1
chore: auto-commit generated changes
github-actions[bot] Apr 6, 2026
126d984
fix: lint
ben-fornefeld Apr 6, 2026
d4ba4c2
Merge branch 'feature/supabase-users-sync-worker' of https://github.c…
ben-fornefeld Apr 6, 2026
2ac1f83
Merge main into feature/supabase-users-sync-worker
ben-fornefeld Apr 9, 2026
da28e6a
chore: auto-commit generated changes
github-actions[bot] Apr 9, 2026
1512ede
chore: auto-commit generated changes
github-actions[bot] Apr 9, 2026
d25d531
refactor(dashboard-api): align auth user sync worker with review feed…
ben-fornefeld Apr 9, 2026
fe217ea
chore: auto-commit generated changes
github-actions[bot] Apr 9, 2026
40a5cd0
refactor(db): split supabase auth sync source client
ben-fornefeld Apr 9, 2026
c25caba
chore(db): address follow-up nits
ben-fornefeld Apr 9, 2026
18f7839
fix(dashboard-api): stop river worker gracefully on shutdown
ben-fornefeld Apr 9, 2026
9667b77
refactor(dashboard-api): simplify service lifecycle orchestration
ben-fornefeld Apr 9, 2026
37eb463
chore: auto-commit generated changes
github-actions[bot] Apr 9, 2026
c5d82f0
refactor(db): drop supabase replica client plumbing
ben-fornefeld Apr 9, 2026
e4d5bff
fix: use write db for supabase db get user read
ben-fornefeld Apr 9, 2026
4862139
chore: fix lint
ben-fornefeld Apr 9, 2026
4ecc627
fix(dashboard-api): lazy-init supabase worker client
ben-fornefeld Apr 9, 2026
29bbf59
chore(dashboard-api): reduce supabase worker pool size
ben-fornefeld Apr 9, 2026
48a620c
test(dashboard-api): tighten auth user sync coverage
ben-fornefeld Apr 10, 2026
2eda1d4
chore: auto-commit generated changes
github-actions[bot] Apr 10, 2026
bb31094
feat(dashboard-api): add supabase db config override
ben-fornefeld Apr 10, 2026
2a2311a
Merge remote-tracking branch 'origin/main' into feature/supabase-user…
ben-fornefeld Apr 10, 2026
11d0f0f
refactor(dashboard-api): narrow infra sync runner changes
ben-fornefeld Apr 10, 2026
1dc74e1
chore: auto-commit generated changes
github-actions[bot] Apr 10, 2026
1359257
chore: auto-commit generated changes
github-actions[bot] Apr 10, 2026
15291ac
refactor(supabase): drop unused trigger role setup
ben-fornefeld Apr 10, 2026
2c86213
refactor(dashboard-api): use shared not-found helper
ben-fornefeld Apr 10, 2026
fbb8835
chore: remove env vars artifact
ben-fornefeld Apr 10, 2026
1838a3b
refactor(dashboard-api): tie river worker to signal context
ben-fornefeld Apr 10, 2026
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
4 changes: 4 additions & 0 deletions .env.gcp.template
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ CLICKHOUSE_CLUSTER_SIZE=1

# Dashboard API instance count (default: 0)
DASHBOARD_API_COUNT=
# Additional dashboard-api env vars passed directly to the Nomad job (default: {})
# Values here are merged into the job env and can override module defaults.
# Example: '{"ENABLE_AUTH_USER_SYNC_BACKGROUND_WORKER":"true"}'
DASHBOARD_API_ENV_VARS=
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove this altogether and just use the newly added TF_vars env variables?


# Filestore cache for builds shared across cluster (default:false)
FILESTORE_CACHE_ENABLED=
Expand Down
17 changes: 3 additions & 14 deletions iac/modules/job-dashboard-api/jobs/dashboard-api.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,9 @@ job "dashboard-api" {
}

env {
GIN_MODE = "release"
ENVIRONMENT = "${environment}"
NODE_ID = "$${node.unique.id}"
PORT = "$${NOMAD_PORT_api}"
POSTGRES_CONNECTION_STRING = "${postgres_connection_string}"
AUTH_DB_CONNECTION_STRING = "${auth_db_connection_string}"
AUTH_DB_READ_REPLICA_CONNECTION_STRING = "${auth_db_read_replica_connection_string}"
CLICKHOUSE_CONNECTION_STRING = "${clickhouse_connection_string}"
SUPABASE_JWT_SECRETS = "${supabase_jwt_secrets}"
REDIS_URL = "${redis_url}"
REDIS_CLUSTER_URL = "${redis_cluster_url}"
REDIS_TLS_CA_BASE64 = "${redis_tls_ca_base64}"
OTEL_COLLECTOR_GRPC_ENDPOINT = "${otel_collector_grpc_endpoint}"
LOGS_COLLECTOR_ADDRESS = "${logs_collector_address}"
%{ for key, value in env ~}
${key} = "${value}"
%{ endfor ~}
}

config {
Expand Down
34 changes: 22 additions & 12 deletions iac/modules/job-dashboard-api/main.tf
Original file line number Diff line number Diff line change
@@ -1,27 +1,37 @@
locals {
base_env = {
GIN_MODE = "release"
ENVIRONMENT = var.environment
NODE_ID = "$${node.unique.id}"
PORT = "$${NOMAD_PORT_api}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should stay in the dashboard-api.hcl config

POSTGRES_CONNECTION_STRING = var.postgres_connection_string
AUTH_DB_CONNECTION_STRING = var.auth_db_connection_string
AUTH_DB_READ_REPLICA_CONNECTION_STRING = var.auth_db_read_replica_connection_string
CLICKHOUSE_CONNECTION_STRING = var.clickhouse_connection_string
SUPABASE_JWT_SECRETS = var.supabase_jwt_secrets
REDIS_URL = var.redis_url
REDIS_CLUSTER_URL = var.redis_cluster_url
REDIS_TLS_CA_BASE64 = var.redis_tls_ca_base64
OTEL_COLLECTOR_GRPC_ENDPOINT = "localhost:${var.otel_collector_grpc_port}"
LOGS_COLLECTOR_ADDRESS = "http://localhost:${var.logs_proxy_port.port}"
}

env = merge(local.base_env, var.extra_env)
Comment thread
cursor[bot] marked this conversation as resolved.
Outdated
}

Comment thread
cursor[bot] marked this conversation as resolved.
resource "nomad_job" "dashboard_api" {
jobspec = templatefile("${path.module}/jobs/dashboard-api.hcl", {
update_stanza = var.update_stanza
node_pool = var.node_pool
image_name = var.image
environment = var.environment

count = var.count_instances

memory_mb = 512
cpu_count = 1

postgres_connection_string = var.postgres_connection_string
auth_db_connection_string = var.auth_db_connection_string
auth_db_read_replica_connection_string = var.auth_db_read_replica_connection_string
clickhouse_connection_string = var.clickhouse_connection_string
supabase_jwt_secrets = var.supabase_jwt_secrets
redis_url = var.redis_url
redis_cluster_url = var.redis_cluster_url
redis_tls_ca_base64 = var.redis_tls_ca_base64
env = local.env

subdomain = "dashboard-api"

otel_collector_grpc_endpoint = "localhost:${var.otel_collector_grpc_port}"
logs_collector_address = "http://localhost:${var.logs_proxy_port.port}"
})
}
5 changes: 5 additions & 0 deletions iac/modules/job-dashboard-api/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ variable "supabase_jwt_secrets" {
sensitive = true
}

variable "extra_env" {
type = map(string)
default = {}
}

variable "otel_collector_grpc_port" {
type = number
default = 4317
Expand Down
1 change: 1 addition & 0 deletions iac/provider-gcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ tf_vars := \
$(call tfvar, LOKI_BOOT_DISK_TYPE) \
$(call tfvar, LOKI_USE_V13_SCHEMA_FROM) \
$(call tfvar, DASHBOARD_API_COUNT) \
$(call tfvar, DASHBOARD_API_ENV_VARS) \
Comment thread
cursor[bot] marked this conversation as resolved.
Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should be able to not add this anymore now

$(call tfvar, DEFAULT_PERSISTENT_VOLUME_TYPE) \
$(call tfvar, PERSISTENT_VOLUME_TYPES) \
$(call tfvar, DB_MAX_OPEN_CONNECTIONS) \
Expand Down
3 changes: 2 additions & 1 deletion iac/provider-gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ module "nomad" {
otel_collector_resources_cpu_count = var.otel_collector_resources_cpu_count

# Dashboard API
dashboard_api_count = var.dashboard_api_count
dashboard_api_count = var.dashboard_api_count
dashboard_api_env_vars = var.dashboard_api_env_vars

# Docker reverse proxy
docker_reverse_proxy_port = var.docker_reverse_proxy_port
Expand Down
1 change: 1 addition & 0 deletions iac/provider-gcp/nomad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ module "dashboard_api" {
redis_url = local.redis_url
redis_cluster_url = local.redis_cluster_url
redis_tls_ca_base64 = trimspace(data.google_secret_manager_secret_version.redis_tls_ca_base64.secret_data)
extra_env = var.dashboard_api_env_vars

otel_collector_grpc_port = var.otel_collector_grpc_port
logs_proxy_port = var.logs_proxy_port
Expand Down
5 changes: 5 additions & 0 deletions iac/provider-gcp/nomad/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@ variable "dashboard_api_count" {
default = 0
}

variable "dashboard_api_env_vars" {
type = map(string)
default = {}
}

variable "volume_token_issuer" {
type = string
}
Expand Down
5 changes: 5 additions & 0 deletions iac/provider-gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ variable "dashboard_api_count" {
default = 0
}

variable "dashboard_api_env_vars" {
type = map(string)
default = {}
}

variable "docker_reverse_proxy_port" {
type = object({
name = string
Expand Down
4 changes: 2 additions & 2 deletions packages/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/google/uuid v1.6.0
github.com/grafana/loki/v3 v3.6.4
github.com/hashicorp/nomad/api v0.0.0-20251216171439-1dee0671280e
github.com/jackc/pgx/v5 v5.7.5
github.com/jackc/pgx/v5 v5.9.1
github.com/launchdarkly/go-sdk-common/v3 v3.3.0
github.com/launchdarkly/go-server-sdk/v7 v7.13.0
github.com/oapi-codegen/gin-middleware v1.0.2
Expand Down Expand Up @@ -386,7 +386,7 @@ require (
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions packages/api/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/internal/db/snapshots_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func createTestTeam(t *testing.T, db *testutils.Database) uuid.UUID {

// Insert a team directly into the database using raw SQL
// Using the default tier 'base_v1' that is created in migrations
err := db.AuthDb.TestsRawSQL(t.Context(),
err := db.AuthDB.TestsRawSQL(t.Context(),
"INSERT INTO public.teams (id, name, tier, email, slug) VALUES ($1, $2, $3, $4, $5)",
teamID, "Test Team "+teamID.String(), "base_v1", "test-"+teamID.String()+"@example.com", slug,
)
Expand Down
12 changes: 6 additions & 6 deletions packages/api/internal/handlers/template_alias_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestQueryNotExistingTemplateAlias(t *testing.T) {

store := &APIStore{
sqlcDB: testDB.SqlcClient,
authDB: testDB.AuthDb,
authDB: testDB.AuthDB,
templateCache: templatecache.NewTemplateCache(testDB.SqlcClient, redis),
}

Expand All @@ -38,7 +38,7 @@ func TestQueryNotExistingTemplateAlias(t *testing.T) {

w := httptest.NewRecorder()
c, _ := gin.CreateTestContext(w)
c.Request = httptest.NewRequest(http.MethodGet, fmt.Sprintf("/templates/aliases/%s", alias), nil)
c.Request = httptest.NewRequestWithContext(t.Context(), http.MethodGet, fmt.Sprintf("/templates/aliases/%s", alias), nil)
auth.SetTeamInfo(c, &types.Team{
Team: &authqueries.Team{
ID: teamID,
Expand Down Expand Up @@ -69,13 +69,13 @@ func TestQueryExistingTemplateAlias(t *testing.T) {

store := &APIStore{
sqlcDB: testDB.SqlcClient,
authDB: testDB.AuthDb,
authDB: testDB.AuthDB,
templateCache: templatecache.NewTemplateCache(testDB.SqlcClient, redis),
}

w := httptest.NewRecorder()
c, _ := gin.CreateTestContext(w)
c.Request = httptest.NewRequest(http.MethodGet, fmt.Sprintf("/templates/aliases/%s", alias), nil)
c.Request = httptest.NewRequestWithContext(t.Context(), http.MethodGet, fmt.Sprintf("/templates/aliases/%s", alias), nil)
auth.SetTeamInfo(c, &types.Team{
Team: &authqueries.Team{
ID: teamID,
Expand Down Expand Up @@ -114,13 +114,13 @@ func TestQueryExistingTemplateAliasAsNotOwnerTeam(t *testing.T) {

store := &APIStore{
sqlcDB: testDB.SqlcClient,
authDB: testDB.AuthDb,
authDB: testDB.AuthDB,
templateCache: templatecache.NewTemplateCache(testDB.SqlcClient, redis),
}

w := httptest.NewRecorder()
c, _ := gin.CreateTestContext(w)
c.Request = httptest.NewRequest(http.MethodGet, fmt.Sprintf("/templates/aliases/%s", alias), nil)
c.Request = httptest.NewRequestWithContext(t.Context(), http.MethodGet, fmt.Sprintf("/templates/aliases/%s", alias), nil)
auth.SetTeamInfo(c,
&types.Team{
Team: &authqueries.Team{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,12 @@ func runBenchmark(b *testing.B, algorithm Algorithm, config BenchmarkConfig, nod
mu sync.Mutex
placementTimes []time.Duration
activeSandboxes sync.Map // sandboxID -> *LiveSandbox
sandboxIDCounter int64
sandboxIDCounter atomic.Int64

// Metrics for time series
recentPlacements []time.Duration
recentSuccesses int64
recentFailures int64
recentSuccesses atomic.Int64
recentFailures atomic.Int64
)

// Start sandbox cleanup goroutine
Expand Down Expand Up @@ -384,7 +384,7 @@ func runBenchmark(b *testing.B, algorithm Algorithm, config BenchmarkConfig, nod
select {
case <-ticker.C:
// Generate sandbox with variance
sandboxID := atomic.AddInt64(&sandboxIDCounter, 1)
sandboxID := sandboxIDCounter.Add(1)

cpuVariance := (rand.Float64()*2 - 1) * config.CPUVariance
requestedCPU := max(int64(float64(config.AvgSandboxCPU)*(1+cpuVariance)), 1)
Expand Down Expand Up @@ -448,15 +448,15 @@ func runBenchmark(b *testing.B, algorithm Algorithm, config BenchmarkConfig, nod
if simNode.PlaceSandbox(sbx) {
activeSandboxes.Store(sbx.ID, sbx)
metrics.SuccessfulPlacements++
atomic.AddInt64(&recentSuccesses, 1)
recentSuccesses.Add(1)
success = true
}
}
}

if !success {
metrics.FailedPlacements++
atomic.AddInt64(&recentFailures, 1)
recentFailures.Add(1)
}
mu.Unlock()
}
Expand Down
18 changes: 9 additions & 9 deletions packages/api/internal/sandbox/storage/memory/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,8 @@ func TestConcurrency_StressTest(t *testing.T) {
stopCh := make(chan struct{})

// Metrics
var opsCompleted uint64
var errorCount uint64
var opsCompleted atomic.Uint64
var errorCount atomic.Uint64

// Launch workers that continuously perform random operations
for i := range 200 {
Expand All @@ -857,21 +857,21 @@ func TestConcurrency_StressTest(t *testing.T) {
if finish != nil {
finish(t.Context(), nil)
}
atomic.AddUint64(&opsCompleted, 1)
opsCompleted.Add(1)
} else if err != nil {
atomic.AddUint64(&errorCount, 1)
errorCount.Add(1)
}
case 1: // Read state
_ = sbx.State()
atomic.AddUint64(&opsCompleted, 1)
opsCompleted.Add(1)
case 2: // Wait with timeout
waitCtx, cancel := context.WithTimeout(t.Context(), time.Microsecond*10)
_ = waitForStateChange(waitCtx, sbx)
cancel()
atomic.AddUint64(&opsCompleted, 1)
opsCompleted.Add(1)
case 3: // Read _data
_ = sbx.Data()
atomic.AddUint64(&opsCompleted, 1)
opsCompleted.Add(1)
}
}

Expand All @@ -887,8 +887,8 @@ func TestConcurrency_StressTest(t *testing.T) {
close(stopCh)
wg.Wait()

finalOps := atomic.LoadUint64(&opsCompleted)
finalErrors := atomic.LoadUint64(&errorCount)
finalOps := opsCompleted.Load()
finalErrors := errorCount.Load()
t.Logf("Stress test completed: %d operations, %d errors", finalOps, finalErrors)

// Should have completed many operations without panic
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require (
github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.5 // indirect
github.com/jackc/pgx/v5 v5.9.1 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jellydator/ttlcache/v3 v3.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/clickhouse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.5 // indirect
github.com/jackc/pgx/v5 v5.9.1 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
Expand Down Expand Up @@ -93,7 +93,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions packages/clickhouse/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading