From 41f294281c651cc7b77e1ab53fdbea1e1d60c656 Mon Sep 17 00:00:00 2001 From: Landon Baxter Date: Mon, 6 Feb 2023 15:07:21 -0700 Subject: [PATCH] Add deprecated comment to v1 go.mod --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 5946c96..bdfd633 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: use github.com/Comcast/gots/v2 instead. module github.com/Comcast/gots go 1.18