fix(deps): update module golang.org/x/mod to v0.28.0 (#987)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
parent
b4c0e64eec
commit
bd1cd7dba7
2 changed files with 4 additions and 4 deletions
4
go.mod
4
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/stackitcloud/terraform-provider-stackit
|
||||
|
||||
go 1.24
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.7.0
|
||||
|
|
@ -37,7 +37,7 @@ require (
|
|||
github.com/stackitcloud/stackit-sdk-go/services/ske v1.4.0
|
||||
github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex v1.3.1
|
||||
github.com/teambition/rrule-go v1.8.2
|
||||
golang.org/x/mod v0.27.0
|
||||
golang.org/x/mod v0.28.0
|
||||
)
|
||||
|
||||
require github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue