### Describe the bug <!-- Terraform-docs-go failing with go version 1.25.0, at the step of installing requirements: go: downloading golang.org/x/net v0.36.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 go: downloading github.com/subosito/gotenv v1.6.0 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/pelletier/go-toml/v2 v2.2.3 go: downloading golang.org/x/sys v0.30.0 go: downloading golang.org/x/text v0.22.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/google/go-cmp v0.6.0 go: downloading golang.org/x/sync v0.11.0 go: downloading golang.org/x/mod v0.21.0 # golang.org/x/tools/internal/tokeninternal golangenv-default/pkg/mod/golang.org/x/tools@v0.25.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) Works well if I stick the version to 1.24.6. --> ### Environment information <!-- - terraform-docs version : v0.20.0 - Go version (if you manually built. use `go version`): 1.25.0 - OS (e.g. Windows, MacOS): NAME="Alpine Linux" ID=alpine VERSION_ID=3.22.1 -->