diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-20 20:34:49 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-20 20:34:49 -0400 |
| commit | 5b3f9269e7a4c709d5ced93c0f13492a3189c4f6 (patch) | |
| tree | 9f356fc520eab81786e7b41f2d560d0b60e9cc75 /go.mod | |
| parent | 2a4b7f4cd36aadd3448a303e6bcf1a703ad575d8 (diff) | |
| download | lulu-5b3f9269e7a4c709d5ced93c0f13492a3189c4f6.zip | |
cli: job command
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/sam-rba/string-enumer v0.0.0-20260516150728-84dfedf65d7e // indirect + github.com/shurcooL/go v0.0.0-20230706063926-5fe729b41b3a // indirect github.com/spf13/pflag v1.0.6 // indirect golang.org/x/mod v0.35.0 // indirect golang.org/x/sync v0.20.0 // indirect |