diff --git a/ingest/cmd/meshcoreingest/main.go b/ingest/cmd/meshcoreingest/main.go index e7c747a..3a2109a 100644 --- a/ingest/cmd/meshcoreingest/main.go +++ b/ingest/cmd/meshcoreingest/main.go @@ -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" diff --git a/ingest/go.mod b/ingest/go.mod index 7f10b0e..502ff92 100644 --- a/ingest/go.mod +++ b/ingest/go.mod @@ -1,4 +1,4 @@ -module github.com/ajvpot/clickhouse-meshingest +module github.com/ajvpot/meshexplorer/ingest go 1.24