2024-02-08 03:48:59 -06:00
|
|
|
// Copyright (c) The OpenTofu Authors
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Copyright (c) 2023 HashiCorp, Inc.
|
2023-05-02 10:33:06 -05:00
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-05-27 20:07:09 -05:00
|
|
|
// Package getmodules contains the low-level functionality for fetching
|
|
|
|
// remote module packages. It's essentially just a thin wrapper around
|
|
|
|
// go-getter.
|
|
|
|
//
|
|
|
|
// This package is only for remote module source addresses, not for local
|
|
|
|
// or registry source addresses. The other address types are handled
|
|
|
|
// elsewhere.
|
|
|
|
package getmodules
|