github.com/opentofu/opentofu@v1.7.1/internal/getmodules/doc.go (about)

     1  // Copyright (c) The OpenTofu Authors
     2  // SPDX-License-Identifier: MPL-2.0
     3  // Copyright (c) 2023 HashiCorp, Inc.
     4  // SPDX-License-Identifier: MPL-2.0
     5  
     6  // Package getmodules contains the low-level functionality for fetching
     7  // remote module packages. It's essentially just a thin wrapper around
     8  // go-getter.
     9  //
    10  // This package is only for remote module source addresses, not for local
    11  // or registry source addresses. The other address types are handled
    12  // elsewhere.
    13  package getmodules