File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/dlclark/regexp2 v1.11.5
1313 github.com/docker/docker v28.4.0+incompatible
1414 github.com/dofusdude/ankabuffer v0.1.0
15- github.com/dofusdude/dodumap v0.6.8
15+ github.com/dofusdude/dodumap v0.6.9
1616 github.com/spf13/cobra v1.10.1
1717 github.com/spf13/viper v1.21.0
1818 github.com/xhhuango/json v1.19.0
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ github.com/dofusdude/dodumap v0.6.7 h1:bO6QyxiIsQXr0aO4DMHsdXBL1eV8itJiJ1KEw03gY
5353github.com/dofusdude/dodumap v0.6.7 /go.mod h1:51KG2eMd02UJnXErOubAukVftYuJproDHqJcbIHSzIE =
5454github.com/dofusdude/dodumap v0.6.8 h1:nj+hIfBYdjnOtOfr1/eZQ5EU9GT2eamWUO47OCPeBxc =
5555github.com/dofusdude/dodumap v0.6.8 /go.mod h1:51KG2eMd02UJnXErOubAukVftYuJproDHqJcbIHSzIE =
56+ github.com/dofusdude/dodumap v0.6.9 h1:KzTtCgLHMIP/UpncD/eEp2YwJdX4MZ5y9Zkig6If+j4 =
57+ github.com/dofusdude/dodumap v0.6.9 /go.mod h1:51KG2eMd02UJnXErOubAukVftYuJproDHqJcbIHSzIE =
5658github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
5759github.com/emirpasic/gods v1.18.1 /go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ =
5860github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4 =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818)
1919
2020var (
21- DodudaVersion = "v0.6.11 "
21+ DodudaVersion = "v0.6.12 "
2222 DodudaShort = "doduda - Dofus data CLI"
2323 DodudaLong = "CLI for Dofus asset downloading and unpacking."
2424 DodudaVersionHelp = DodudaShort + "\n " + DodudaVersion + "\n https://github.com/dofusdude/doduda"
Original file line number Diff line number Diff line change 252252 " Offer a choice" ,
253253 " Size: %" ,
254254 " Be subscribed" ,
255- " Action Points (AP) " ,
256- " Movement Points (MP) " ,
255+ " Action Points" ,
256+ " Movement Points" ,
257257 " Attracts by cell (Active)" ,
258258 " Gives the spell:" ,
259259 " best-element steal (Active)" ,
260260 " Advances by cell (Active)"
261- ]
261+ ]
You can’t perform that action at this time.
0 commit comments