Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461)

This commit is contained in:
Yaron Yarimi
2023-09-20 14:35:35 +03:00
committed by GitHub
parent ff3d0b2c61
commit c8acedd885
901 changed files with 2937 additions and 2942 deletions

View File

@@ -10,8 +10,8 @@ import (
"sort"
"strings"
viewsjson "github.com/placeholderplaceholderplaceholder/opentf/internal/command/views/json"
"github.com/placeholderplaceholderplaceholder/opentf/internal/tfdiags"
viewsjson "github.com/opentofu/opentofu/internal/command/views/json"
"github.com/opentofu/opentofu/internal/tfdiags"
"github.com/mitchellh/colorstring"
wordwrap "github.com/mitchellh/go-wordwrap"