diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-18 10:44:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-18 10:44:58 +0200 |
commit | 679f7a8c5e98b2312876d3a36a82dae2480aa386 (patch) | |
tree | dbab43b2ab79996987b0afc9a9c71062d26fc976 /go.mod | |
parent | 1f83fa89d8585b1fa59df7a400157f8df93ff681 (diff) |
Switch to opts for option parsing
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |