github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/getmodules/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package getmodules contains the low-level functionality for fetching 5 // remote module packages. It's essentially just a thin wrapper around 6 // go-getter. 7 // 8 // This package is only for remote module source addresses, not for local 9 // or registry source addresses. The other address types are handled 10 // elsewhere. 11 package getmodules