+2
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,11 +3,13 @@ module cloudscale-fleeting-plugin | ||
go 1.24.3
|
||
require (
|
||
github.com/cloudscale-ch/cloudscale-go-sdk/v6 v6.0.0
|
||
github.com/hashicorp/go-hclog v1.6.3
|
||
gitlab.com/gitlab-org/fleeting/fleeting v0.0.0-20250425145049-7f673e7c5598
|
||
)
|
||
require (
|
||
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
|
||
github.com/fatih/color v1.17.0 // indirect
|
||
github.com/golang/protobuf v1.5.4 // indirect
|
||
github.com/hashicorp/go-plugin v1.6.1 // indirect
|
||
+4
−0
+22
−3
Loading