diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 19:47:52 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 19:47:52 +0200 |
commit | 7eac3c24255a86257d42ab38668cbd88dc96f55b (patch) | |
tree | 97d9da5e63c68949e7fb122c8c04c1a7845e04df /go.mod | |
parent | 3521bff39c39ffc35c6b0cb65cac51591d51c8b9 (diff) |
Add the ‘-x’ command-line option
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module git.thomasvoss.com/gsp go 1.21.0 + +require git.thomasvoss.com/getgopt v1.0.1 |