diff options
author | Jakob Unterwurzacher | 2021-08-10 18:24:35 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-10 18:24:35 +0200 |
commit | f53f52b0464f747a370618bcdf152fad585f1eb5 (patch) | |
tree | 703120fe50b8527460c4b29da39f8105cf68a005 /go.mod | |
parent | 8c9a1c1121581a0d2a7e99d4ddd0fc22d8be20ed (diff) |
main: switch from flag to pflag
Need support for flags at any position for
https://github.com/rfjakob/gocryptfs/issues/590
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ require ( github.com/pkg/xattr v0.4.1 github.com/rfjakob/eme v1.1.1 github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 + github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.5.1 // indirect golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect |