ingest: fix go module path to match repo

Module is now github.com/ajvpot/meshexplorer/ingest (the code lives under
ingest/ in the meshexplorer repo), updated from the old standalone
clickhouse-meshingest path. build/vet/test pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Alex Vanderpot
2026-05-29 01:19:42 -04:00
parent b7bcca6bf3
commit 384f7f8b14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"time"
"github.com/ClickHouse/ch-go/proto"
"github.com/ajvpot/clickhouse-meshingest/internal/ingestcommon"
"github.com/ajvpot/meshexplorer/ingest/internal/ingestcommon"
mqtt "github.com/eclipse/paho.mqtt.golang"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/ajvpot/clickhouse-meshingest
module github.com/ajvpot/meshexplorer/ingest
go 1.24