aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-18 10:44:58 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-18 10:44:58 +0200
commit679f7a8c5e98b2312876d3a36a82dae2480aa386 (patch)
treedbab43b2ab79996987b0afc9a9c71062d26fc976 /go.mod
parent1f83fa89d8585b1fa59df7a400157f8df93ff681 (diff)
Switch to opts for option parsing
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fe1bcba..3c46fcc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,9 @@
module git.thomasvoss.com/gsp
-go 1.21.0
+go 1.21.4
+
+toolchain go1.22.2
require git.thomasvoss.com/getgopt v1.0.1
+
+require git.sr.ht/~mango/opts/v2 v2.0.0 // indirect