LICENSE
0 → 100644
+9
−0
README.md
0 → 100644
+1
−0
go.mod
0 → 100644
+26
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
module cloudscale-fleeting-plugin
|
||
go 1.24.3
|
||
require (
|
||
github.com/hashicorp/go-hclog v1.6.3
|
||
gitlab.com/gitlab-org/fleeting/fleeting v0.0.0-20250425145049-7f673e7c5598
|
||
)
|
||
require (
|
||
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
|
||
github.com/hashicorp/yamux v0.1.1 // indirect
|
||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
||
github.com/oklog/run v1.1.0 // indirect
|
||
golang.org/x/mod v0.17.0 // indirect
|
||
golang.org/x/net v0.25.0 // indirect
|
||
golang.org/x/sys v0.21.0 // indirect
|
||
golang.org/x/text v0.16.0 // indirect
|
||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
|
||
google.golang.org/grpc v1.64.0 // indirect
|
||
google.golang.org/protobuf v1.34.1 // indirect
|
||
) |
go.sum
0 → 100644
+101
−0
main.go
0 → 100644
+52
−0
Loading