File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
.github/docs/contribution-guide Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,9 @@ import (
1313 "github.com/hashicorp/terraform-plugin-framework/schema/validator"
1414 "github.com/hashicorp/terraform-plugin-framework/types"
1515 "github.com/hashicorp/terraform-plugin-log/tflog"
16- "github.com/stackitcloud/stackit-sdk-go/core/config"
1716 "github.com/stackitcloud/terraform-provider-stackit/stackit/internal/conversion"
1817 "github.com/stackitcloud/terraform-provider-stackit/stackit/internal/core"
1918 fooUtils "github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/foo/utils"
20- iaasUtils "github.com/stackitcloud/terraform-provider-stackit/stackit/internal/services/iaas/utils"
2119
2220 "github.com/stackitcloud/stackit-sdk-go/services/foo" // Import service "foo" from the STACKIT SDK for Go
2321 // (...)
Original file line number Diff line number Diff line change 2929
3030fmt :
3131 @gofmt -s -w .
32+ @go tool goimports -w .
3233 @cd $(ROOT_DIR ) /examples && terraform fmt -recursive && cd $(ROOT_DIR )
3334
3435# TEST
Original file line number Diff line number Diff line change @@ -84,14 +84,16 @@ require (
8484 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8585 github.com/zclconf/go-cty v1.16.2 // indirect
8686 golang.org/x/crypto v0.38.0 // indirect
87- golang.org/x/net v0.39 .0 // indirect
87+ golang.org/x/net v0.40 .0 // indirect
8888 golang.org/x/sync v0.14.0 // indirect
8989 golang.org/x/sys v0.33.0 // indirect
9090 golang.org/x/text v0.25.0 // indirect
91- golang.org/x/tools v0.22 .0 // indirect
91+ golang.org/x/tools v0.33 .0 // indirect
9292 google.golang.org/appengine v1.6.8 // indirect
9393 google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
9494 google.golang.org/grpc v1.72.1 // indirect
9595 google.golang.org/protobuf v1.36.6 // indirect
9696 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
9797)
98+
99+ tool golang.org/x/tools/cmd/goimports
Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v
245245golang.org/x/net v0.0.0-20220722155237-a158d28d115b /go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c =
246246golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY =
247247golang.org/x/net v0.39.0 /go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E =
248+ golang.org/x/net v0.40.0 /go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds =
248249golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
249250golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
250251golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
@@ -278,6 +279,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn
278279golang.org/x/tools v0.1.12 /go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc =
279280golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA =
280281golang.org/x/tools v0.22.0 /go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c =
282+ golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc =
283+ golang.org/x/tools v0.33.0 /go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI =
281284golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
282285golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
283286google.golang.org/appengine v1.1.0 /go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM =
You can’t perform that action at this time.
0 commit comments