From 7eac3c24255a86257d42ab38668cbd88dc96f55b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Sep 2023 19:47:52 +0200 Subject: Add the ‘-x’ command-line option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5a7aafb..fe1bcba 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module git.thomasvoss.com/gsp go 1.21.0 + +require git.thomasvoss.com/getgopt v1.0.1 -- cgit v1.2.3