mirror of
https://github.com/ajvpot/meshexplorer.git
synced 2026-07-29 21:02:21 +02:00
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:
@@ -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
@@ -1,4 +1,4 @@
|
||||
module github.com/ajvpot/clickhouse-meshingest
|
||||
module github.com/ajvpot/meshexplorer/ingest
|
||||
|
||||
go 1.24
|
||||
|
||||
|
||||
Reference in New Issue
Block a user