diff options
author | Clayton Craft <clayton@craftyguy.net> | 2019-06-08 11:57:56 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-09 15:50:50 -0400 |
commit | f5a4d935ef26ee7e7c0e4cabd840a759c6b132bf (patch) | |
tree | 78e3924714f523fbffafa8f94ff173cd4fb7da71 /go.mod | |
parent | 50f25e7c4deecebcd42a07263a3cd50432c6db15 (diff) |
Update reply to use getopt posix optind format
This changes the handling of optind for the 'reply' command to match
recent changes to getopt.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ module git.sr.ht/~sircmpwn/aerc require ( - git.sr.ht/~sircmpwn/getopt v0.0.0-20190214165041-9a4f886f9fc7 + git.sr.ht/~sircmpwn/getopt v0.0.0-20190609193657-e7e23d1cd3a3 git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 github.com/davecgh/go-spew v1.1.1 // indirect |