mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
reworked argument parsing + daemon flag #19
This commit is contained in:
parent
026318ccc4
commit
ab8ed15fb2
4 changed files with 68 additions and 4 deletions
3
go.mod
3
go.mod
|
@ -13,7 +13,10 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/akamensky/argparse v1.3.1 // indirect
|
||||
github.com/google/btree v1.0.1 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
|
||||
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
||||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue