Skip to content

Commit

Permalink
bt: use latest version of dag library
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Oct 11, 2024
1 parent abe4447 commit ae469c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
8 changes: 2 additions & 6 deletions bt/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit ae469c4

Please sign in to comment.