Skip to content

Commit

Permalink
Update glesys-go to v8
Browse files Browse the repository at this point in the history
* Bump dependencies 'go get -u ./...
  • Loading branch information
norrland committed Nov 23, 2023
1 parent 0e045f5 commit 20b60e0
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 61 deletions.
2 changes: 1 addition & 1 deletion glesys/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package glesys

import (
"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
)

// Config - Provider configuration
Expand Down
2 changes: 1 addition & 1 deletion glesys/datasource_glesys_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
Expand Down
2 changes: 1 addition & 1 deletion glesys/datasource_glesys_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"testing"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_domain_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strconv"
"strings"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_email.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"strings"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_emailalias.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"strings"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"strings"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_ip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"testing"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_loadbalancer_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_loadbalancer_frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_loadbalancer_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_networkadapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_objectstorage_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_objectstorage_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"context"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
"time"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion glesys/resource_glesys_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package glesys
import (
"testing"

"github.com/glesys/glesys-go/v6"
"github.com/glesys/glesys-go/v8"
)

func Test_getTemplate(t *testing.T) {
Expand Down
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ module github.com/glesys/terraform-provider-glesys
go 1.18

require (
github.com/glesys/glesys-go/v6 v6.1.0
github.com/glesys/glesys-go/v8 v8.0.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0
)

require (
dario.cat/mergo v1.0.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -21,39 +22,38 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.5.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.6.1 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.19.0 // indirect
github.com/hashicorp/terraform-json v0.17.1 // indirect
github.com/hashicorp/terraform-plugin-go v0.19.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.19.1 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230626202813-9b080da550b3 // indirect
google.golang.org/grpc v1.57.1 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 20b60e0

Please sign in to comment.