Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary self-contained convenience packages #438

Merged
merged 4 commits into from
May 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.4
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
Expand Down
51 changes: 0 additions & 51 deletions helper/mutexkv/mutexkv.go

This file was deleted.

67 changes: 0 additions & 67 deletions helper/mutexkv/mutexkv_test.go

This file was deleted.

40 changes: 0 additions & 40 deletions helper/pathorcontents/read.go

This file was deleted.

149 changes: 0 additions & 149 deletions helper/pathorcontents/read_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion helper/schema/field_reader_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"reflect"
"testing"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/configs/hcl2shim"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)

Expand Down
2 changes: 1 addition & 1 deletion helper/schema/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import (

"github.com/hashicorp/go-cty/cty"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/configs/hcl2shim"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/diagutils"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)

Expand Down
2 changes: 1 addition & 1 deletion helper/schema/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"sync"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/helper/hashcode"
)

// HashString hashes strings. If you want a Set of strings, this is the
Expand Down
2 changes: 1 addition & 1 deletion helper/schema/shims_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
"github.com/google/go-cmp/cmp/cmpopts"
"github.com/hashicorp/go-cty/cty"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/configs/configschema"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/configs/hcl2shim"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/diagutils"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/helper/hashcode"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/providers"
"github.com/hashicorp/terraform-plugin-sdk/v2/internal/tfdiags"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
Expand Down
26 changes: 0 additions & 26 deletions httpclient/useragent.go

This file was deleted.

Loading