diff options
author | Jakob Unterwurzacher | 2021-08-09 22:50:24 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-09 22:50:24 +0200 |
commit | b67c678b10f3b7cf6c61c7808831876c03467ebf (patch) | |
tree | 059a6b842295ca10b876bc7ea148241212f0591f /go.mod | |
parent | c3c9513e6504276698ed1f50a259d4333476acf8 (diff) |
WIP: switch from go stdlib `flag` to `flaggy`flaggy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.16 require ( github.com/hanwen/go-fuse/v2 v2.1.1-0.20210802120645-15a8bb029a4e + github.com/integrii/flaggy v1.4.4 // indirect github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect @@ -12,6 +13,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 // indirect 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 |