opentofu/internal/getmodules
Martin Atkins b0ff17ef2a getmodules: Inline our own fork of getter.GitGetter
This is a pragmatic temporary solution to allow us to more quickly resolve
an upstream regression in go-getter locally within Terraform, so that the
work to upstream it for other callers can happen asynchronously and with
less time pressure.

This commit doesn't yet include any changes to address the bug, and
instead aims to be functionally equivalent to getter.GitGetter. A
subsequent commit will then address the regression, so that the diff of
that commit will be easier to apply later to the upstream to get the same
effect there.
2021-12-14 11:24:23 -08:00
..
doc.go getmodules: Beginnings of a new package about Terraform module packages 2021-06-03 08:50:34 -07:00
file_detector.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
getter.go getmodules: Inline our own fork of getter.GitGetter 2021-12-14 11:24:23 -08:00
git_getter_test.go getmodules: Inline our own fork of getter.GitGetter 2021-12-14 11:24:23 -08:00
git_getter.go getmodules: Inline our own fork of getter.GitGetter 2021-12-14 11:24:23 -08:00
installer.go command: make module installation interruptible 2021-11-11 12:28:10 +00:00
package.go Refactoring of module source addresses and module installation 2021-06-03 08:50:34 -07:00
subdir.go getmodules: Beginnings of a new package about Terraform module packages 2021-06-03 08:50:34 -07:00