ref 635294: server update schedules (#607)
Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>
This commit is contained in:
parent
1e1507bd96
commit
100704c0f4
18 changed files with 1564 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -36,7 +36,10 @@ require (
|
|||
golang.org/x/mod v0.22.0
|
||||
)
|
||||
|
||||
require github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
||||
require (
|
||||
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
||||
github.com/stackitcloud/stackit-sdk-go/services/serverupdate v0.2.2 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue