aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
diff options
context:
space:
mode:
authorTeddy Wing2023-11-14 01:30:23 +0100
committerTeddy Wing2023-11-14 01:34:25 +0100
commit8d8fa84f4f336f7a2e43acf7ca0c417299df8f8b (patch)
tree7b830e8f67f73306a1a717d009ff697e671ecbfb /go.sum
parent1e4dd35a450bddbb519fc54b52f9486627075e9c (diff)
downloadswextreload-8d8fa84f4f336f7a2e43acf7ca0c417299df8f8b.tar.bz2
main: Add basic command line argument parsing
Found Claw from a search for "argument parser" on https://godocs.io. I did a quick comparison with a few other argument parsing libraries I found in a GitHub search: * https://github.com/alexflint/go-arg * https://github.com/docopt/docopt.go * https://github.com/fred1268/go-clap Claw ended up being the most straightforward to me.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.sum b/go.sum
index 75083eb..8725169 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,5 @@
+git.sr.ht/~liliace/claw v0.1.1 h1:jhKP0U/1/cJ+hRVrj2l3nFRGQTLt1MspC0BMzqi+WOY=
+git.sr.ht/~liliace/claw v0.1.1/go.mod h1:fmzkWDnh0ntscuuIzheo2t0Na1GbJ7qVgFCEKfmdBQw=
github.com/chromedp/cdproto v0.0.0-20231011050154-1d073bb38998 h1:2zipcnjfFdqAjOQa8otCCh0Lk1M7RBzciy3s80YAKHk=
github.com/chromedp/cdproto v0.0.0-20231011050154-1d073bb38998/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs=
github.com/chromedp/chromedp v0.9.3 h1:Wq58e0dZOdHsxaj9Owmfcf+ibtpYN1N0FWVbaxa/esg=