From b38d8c749c3dd87af3523ceff7b2780361ada5c6 Mon Sep 17 00:00:00 2001 From: Nathan <148575555+nathan-artie@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:45:02 -0700 Subject: [PATCH] Revert --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 4ee4e928..074594d5 100644 --- a/main.go +++ b/main.go @@ -1,12 +1,13 @@ package main import ( - "context" + "context" "flag" "fmt" - "github.com/artie-labs/reader/sources/mssql" "log/slog" + "github.com/artie-labs/reader/sources/mssql" + "github.com/artie-labs/reader/config" "github.com/artie-labs/reader/lib/kafkalib" "github.com/artie-labs/reader/lib/logger"