aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-10 19:47:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-10 19:47:52 +0200
commit7eac3c24255a86257d42ab38668cbd88dc96f55b (patch)
tree97d9da5e63c68949e7fb122c8c04c1a7845e04df /go.mod
parent3521bff39c39ffc35c6b0cb65cac51591d51c8b9 (diff)
Add the ‘-x’ command-line option
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
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