Import the google shlex package as we need more sophisticated parsing

This commit is contained in:
Kovid Goyal
2022-11-10 17:39:07 +05:30
parent 7c23536bfe
commit 8d76cf8d32
8 changed files with 521 additions and 9 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.19
require (
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
github.com/google/go-cmp v0.5.8
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
github.com/seancfoley/ipaddress-go v1.2.1