diff options
| author | vin <git@vineetk.net> | 2023-11-20 10:06:35 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2023-11-20 10:27:50 -0500 |
| commit | 138121330e97cf6a31a4abd91b8bec206d7d7f80 (patch) | |
| tree | 0032911ae231e1cd3782cc61417a2d584ee1e015 /go.mod | |
| parent | 23226c46a16bd1037016c1578b608eb6d23f7546 (diff) | |
use golang flag instead of external getopt library
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,7 +1,5 @@ | |||
| 1 | module codeberg.org/flpolyaplus/aplus | 1 | module codeberg.org/flpolyaplus/aplus |
| 2 | 2 | ||
| 3 | go 1.21.3 | 3 | go 1.21.1 |
| 4 | 4 | ||
| 5 | require golang.org/x/net v0.18.0 | 5 | require golang.org/x/net v0.18.0 |
| 6 | |||
| 7 | require github.com/pborman/getopt v1.1.0 // indirect | ||
