File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1414 - name : Set up Go
1515 uses : actions/setup-go@v6
1616 with :
17- go-version : 1.24
17+ go-version : 1.26
1818
1919 - name : Build
2020 run : go build -v ./...
Original file line number Diff line number Diff line change 11module github.com/l-with/terraform-provider-mailcow
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.25.0
64
75require (
86 github.com/hashicorp/go-cty v1.5.0
97 github.com/hashicorp/terraform-plugin-docs v0.24.0
108 github.com/hashicorp/terraform-plugin-sdk/v2 v2.39.0
11- golang.org/x/oauth2 v0.35 .0
9+ golang.org/x/oauth2 v0.36 .0
1210)
1311
1412require (
Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
237237golang.org/x/net v0.2.0 /go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY =
238238golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o =
239239golang.org/x/net v0.49.0 /go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8 =
240- golang.org/x/oauth2 v0.35 .0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ =
241- golang.org/x/oauth2 v0.35 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
240+ golang.org/x/oauth2 v0.36 .0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs =
241+ golang.org/x/oauth2 v0.36 .0 /go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q =
242242golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
243243golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
244244golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments