From 022f2db0c9750782d77dc4453196380907c98534 Mon Sep 17 00:00:00 2001 From: nicolaferraro Date: Thu, 17 Oct 2024 08:10:53 +0200 Subject: [PATCH 1/2] cloud: enable http client --- internal/plugins/info.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/plugins/info.csv b/internal/plugins/info.csv index 92f4ee400..f0a5863c8 100644 --- a/internal/plugins/info.csv +++ b/internal/plugins/info.csv @@ -91,9 +91,9 @@ group_by ,processor ,group_by ,0.0.0 ,certif group_by_value ,processor ,group_by_value ,0.0.0 ,certified ,n ,y ,y hdfs ,input ,hdfs ,0.0.0 ,community ,n ,n ,n hdfs ,output ,hdfs ,0.0.0 ,community ,n ,n ,n -http ,processor ,HTTP ,0.0.0 ,certified ,n ,n ,n -http_client ,input ,http_client ,0.0.0 ,certified ,n ,n ,n -http_client ,output ,http_client ,0.0.0 ,certified ,n ,n ,n +http ,processor ,HTTP ,0.0.0 ,certified ,n ,y ,y +http_client ,input ,http_client ,0.0.0 ,certified ,n ,y ,y +http_client ,output ,http_client ,0.0.0 ,certified ,n ,y ,y http_server ,input ,http_server ,0.0.0 ,certified ,n ,n ,n http_server ,output ,http_server ,0.0.0 ,certified ,n ,n ,n influxdb ,metric ,influxdb ,3.36.0 ,community ,n ,n ,n From 6351dc2d72d672d19c1bd156123be51fa426f996 Mon Sep 17 00:00:00 2001 From: nicolaferraro Date: Thu, 17 Oct 2024 08:17:45 +0200 Subject: [PATCH 2/2] fix stale modules --- go.mod | 1 - go.sum | 2 -- 2 files changed, 3 deletions(-) diff --git a/go.mod b/go.mod index 5f68cf662..6d6659c24 100644 --- a/go.mod +++ b/go.mod @@ -113,7 +113,6 @@ require ( github.com/testcontainers/testcontainers-go/modules/ollama v0.32.0 github.com/testcontainers/testcontainers-go/modules/qdrant v0.32.0 github.com/tetratelabs/wazero v1.7.3 - github.com/timeplus-io/proton-go-driver/v2 v2.0.15 github.com/trinodb/trino-go-client v0.315.0 github.com/twmb/franz-go v1.17.1 github.com/twmb/franz-go/pkg/kadm v1.13.0 diff --git a/go.sum b/go.sum index 6fc9f7a65..b7316a571 100644 --- a/go.sum +++ b/go.sum @@ -1121,8 +1121,6 @@ github.com/tetratelabs/wazero v1.7.3/go.mod h1:ytl6Zuh20R/eROuyDaGPkp82O9C/DJfXA github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tilinna/z85 v1.0.0 h1:uqFnJBlD01dosSeo5sK1G1YGbPuwqVHqR+12OJDRjUw= github.com/tilinna/z85 v1.0.0/go.mod h1:EfpFU/DUY4ddEy6CRvk2l+UQNEzHbh+bqBQS+04Nkxs= -github.com/timeplus-io/proton-go-driver/v2 v2.0.15 h1:2BGF96YxKVJQyoUlJ/c5TmWaq3md07LOrpSnIFs32z0= -github.com/timeplus-io/proton-go-driver/v2 v2.0.15/go.mod h1:rUs4zvXvKsmuyFpzdJnnid6p8IvRJTa/n/jNQ2B6Dfw= github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= github.com/tklauser/go-sysconf v0.3.13 h1:GBUpcahXSpR2xN01jhkNAbTLRk2Yzgggk8IM08lq3r4= github.com/tklauser/go-sysconf v0.3.13/go.mod h1:zwleP4Q4OehZHGn4CYZDipCgg9usW5IJePewFCGVEa0=