mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
7 lines
236 B
Go
7 lines
236 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Package modsdir is an internal package containing the model types used to
|
|
// represent the manifest of modules in a local modules cache directory.
|
|
package modsdir
|