With 0.25.3 and go1.26.4, this tool fails to compile:
$ go run github.com/hashicorp/copywrite headers -d .. --config ../.copywrite.hcl
# github.com/hashicorp/copywrite/config
../../../go/pkg/mod/github.com/hashicorp/copywrite@v0.25.3/config/config.go:172:48: cannot use ko (variable of type *"github.com/knadh/koanf/v2".Koanf) as *"github.com/knadh/koanf".Koanf value in argument to posflag.ProviderWithFla
Worked fine with 0.25.2...
With 0.25.3 and go1.26.4, this tool fails to compile:
Worked fine with 0.25.2...