diff --git a/bt/go.mod b/bt/go.mod index 1cc87f0..191a1c9 100644 --- a/bt/go.mod +++ b/bt/go.mod @@ -8,7 +8,7 @@ require ( github.com/DavidGamba/dgtools/cueutils v0.4.0 github.com/DavidGamba/dgtools/fsmodtime v0.3.0 github.com/DavidGamba/dgtools/run v0.9.0 - github.com/DavidGamba/go-getoptions v0.30.1-0.20241009060655-4dc86a827dae + github.com/DavidGamba/go-getoptions v0.31.0 github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 github.com/mattn/go-isatty v0.0.20 ) diff --git a/bt/go.sum b/bt/go.sum index 4d09f95..9372550 100644 --- a/bt/go.sum +++ b/bt/go.sum @@ -10,12 +10,8 @@ github.com/DavidGamba/dgtools/fsmodtime v0.3.0 h1:unnbwD+JSadgcqlBI2v524dWcX6dxq github.com/DavidGamba/dgtools/fsmodtime v0.3.0/go.mod h1:ruwqMvW2pWDbSQlAupP7F0QaojfbuXPyUOUKR4Ev3pQ= github.com/DavidGamba/dgtools/run v0.9.0 h1:Hg0v4ExUMd6Vzf9x9Bqr2yxreZtZpqlcAi8tI86QtIM= github.com/DavidGamba/dgtools/run v0.9.0/go.mod h1:GVGYL0p5hdBaQ9uIAslXh1g1TTfr0igMSDVTwhhy9q4= -github.com/DavidGamba/go-getoptions v0.30.0 h1:8x69Fc8k/mEWVE0GknpwQ3uGj56MXOUp17egPxCEAG4= -github.com/DavidGamba/go-getoptions v0.30.0/go.mod h1:zE97E3PR9P3BI/HKyNYgdMlYxodcuiC6W68KIgeYT84= -github.com/DavidGamba/go-getoptions v0.30.1-0.20241002032243-d527aa6a4344 h1:KcopOyEKx9IjD0w4u+KeI84inHzgPTyIYDIR/TPFi4E= -github.com/DavidGamba/go-getoptions v0.30.1-0.20241002032243-d527aa6a4344/go.mod h1:zE97E3PR9P3BI/HKyNYgdMlYxodcuiC6W68KIgeYT84= -github.com/DavidGamba/go-getoptions v0.30.1-0.20241009060655-4dc86a827dae h1:/1OeLSWK0iuzuHe5jw2NWVpfZV5CETpV8Hz4TJnSO7w= -github.com/DavidGamba/go-getoptions v0.30.1-0.20241009060655-4dc86a827dae/go.mod h1:zE97E3PR9P3BI/HKyNYgdMlYxodcuiC6W68KIgeYT84= +github.com/DavidGamba/go-getoptions v0.31.0 h1:RvVrggcstVLZiT6BEHlHcXhPXFSCL2fwhxXz4j4xOjo= +github.com/DavidGamba/go-getoptions v0.31.0/go.mod h1:zE97E3PR9P3BI/HKyNYgdMlYxodcuiC6W68KIgeYT84= github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=