This commit is contained in:
Alisdair McDiarmid
2023-03-06 14:36:18 -05:00
parent 584811b829
commit fe5ead7095

View File

@@ -2,9 +2,9 @@ package version
import "runtime/debug" import "runtime/debug"
// See the docs for InterestingDependencyVersions to understand what // See the docs for InterestingDependencies to understand what "interesting" is
// "interesting" is intended to mean here. We should keep this set relatively // intended to mean here. We should keep this set relatively small to avoid
// small to avoid bloating the logs too much. // bloating the logs too much.
var interestingDependencies = map[string]struct{}{ var interestingDependencies = map[string]struct{}{
"github.com/hashicorp/hcl/v2": {}, "github.com/hashicorp/hcl/v2": {},
"github.com/zclconf/go-cty": {}, "github.com/zclconf/go-cty": {},