diff --git a/go.mod b/go.mod index 4423a93..656542f 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,9 @@ module github.com/activecm/rita/v5 go 1.22.3 + +replace github.com/activecm/rita/v5/test_data => ./test_data + require ( github.com/ClickHouse/clickhouse-go/v2 v2.23.2 github.com/charmbracelet/bubbles v0.18.0 diff --git a/test_data/go.mod b/test_data/go.mod new file mode 100644 index 0000000..ae05c95 --- /dev/null +++ b/test_data/go.mod @@ -0,0 +1,3 @@ +module github.com/activecm/rita/v5/test_data + +go 1.22.3