diff options
author | Teddy Wing | 2023-11-14 02:10:18 +0100 |
---|---|---|
committer | Teddy Wing | 2023-11-14 02:10:18 +0100 |
commit | e774947edd55c4f6d9fd328c7c35fdcce50b46e5 (patch) | |
tree | 0b99ff699dbc138be15a19917e046c317d9dadc4 /go.mod | |
parent | c6a33a3e878504423c65210a629837cf14cee4e6 (diff) | |
download | swextreload-e774947edd55c4f6d9fd328c7c35fdcce50b46e5.tar.bz2 |
main: Change hard-coded exit codes to sysexits names
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ require ( git.sr.ht/~liliace/claw v0.1.1 github.com/chromedp/cdproto v0.0.0-20231011050154-1d073bb38998 github.com/chromedp/chromedp v0.9.3 + github.com/dedelala/sysexits v0.0.0-20170927115716-3d3abae01efc ) require ( |