summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-11-20 10:06:35 -0500
committervin <git@vineetk.net>2023-11-20 10:27:50 -0500
commit138121330e97cf6a31a4abd91b8bec206d7d7f80 (patch)
tree0032911ae231e1cd3782cc61417a2d584ee1e015 /go.mod
parent23226c46a16bd1037016c1578b608eb6d23f7546 (diff)
use golang flag instead of external getopt library
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index faf8f50..6659170 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,5 @@
1module codeberg.org/flpolyaplus/aplus 1module codeberg.org/flpolyaplus/aplus
2 2
3go 1.21.3 3go 1.21.1
4 4
5require golang.org/x/net v0.18.0 5require golang.org/x/net v0.18.0
6
7require github.com/pborman/getopt v1.1.0 // indirect