An open API service for producing an overview of a list of open source projects.

https://github.com/deepsquare-io/cfctl

clusters go

Score: -Infinity

Last synced: about 16 hours ago
JSON representation

Repository metadata:

A bootstrapping and management tool for CF clusters.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 months ago

Total Commits: 394
Total Committers: 30
Avg Commits per committer: 13.133
Development Distribution Score (DDS): 0.289

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Kimmo Lehto k****o@g****m 280
dependabot[bot] 4****] 33
Jussi Nummelin j****n 21
Nguyen Marc n****c@l****r 13
jasmingacic j****c@g****m 7
Tom Wieczorek t****3 6
Hugo Renard h****d@p****m 4
Cedric Lewe c****c@q****o 3
Josh Gwosdz m****e@e****g 3
Juan-Luis de Sousa-Valadas Castaño j****s@m****m 3
Frédéric Thomas 8****c 2
Shane Jarych s****h@m****m 1
André Laszlo a****e@l****u 1
Christian Rau 4****u 1
Daniel i****o@n****v 1
Elias Werberich e****s@w****e 1
Ethan Mosbaugh e****h@g****m 1
Florian Schwab 2****n 1
Janar Todesk j****r@s****m 1
Jens Hausherr j****y@g****m 1
Jörg Thalheim M****2 1
Karen Almog 8****r 1
Mario Sarcher m****o@s****e 1
Michael Kaplan m****l@k****h 1
Mikko Viitanen 7****e 1
Oogy t****b@g****m 1
Shane Jarych s****j 1
abubyr a****r@m****m 1
irumaru 4****u 1
rtsp g****t@r****s 1

Package metadata

proxy.golang.org: github.com/deepsquare-io/cfctl

  • Homepage: https://github.com/deepsquare-io/cfctl
  • Documentation: https://pkg.go.dev/github.com/deepsquare-io/cfctl#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.13.0 (published about 4 years ago)
  • Last Synced: 2026-06-10T13:02:02.642Z (about 1 month ago)
  • Versions: 57
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.215%
    • Average: 5.39%
    • Dependent repos count: 5.565%

Dependencies

.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/go.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/setup-go v2 composite
  • actions/upload-artifact v2 composite
  • golangci/golangci-lint-action v3.1.0 composite
  • satackey/action-docker-layer-caching v0.0.11 composite
.github/workflows/release.yaml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
  • softprops/action-gh-release v1 composite
go.mod go
  • github.com/AlecAivazis/survey/v2 v2.3.2
  • github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e
  • github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6
  • github.com/Masterminds/semver v1.5.0
  • github.com/Microsoft/go-winio v0.6.0
  • github.com/a8m/envsubst v1.2.0
  • github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
  • github.com/adrg/xdg v0.4.0
  • github.com/alessio/shellescape v1.4.1
  • github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
  • github.com/avast/retry-go v3.0.0+incompatible
  • github.com/bmatcuk/doublestar/v4 v4.0.2
  • github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/creasty/defaults v1.6.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/davidmz/go-pageant v1.0.2
  • github.com/denisbrodbeck/machineid v1.0.1
  • github.com/gammazero/deque v0.1.0
  • github.com/gammazero/workerpool v1.1.2
  • github.com/go-logr/logr v1.1.0
  • github.com/go-ozzo/ozzo-validation/v4 v4.3.0
  • github.com/go-playground/locales v0.14.0
  • github.com/go-playground/universal-translator v0.18.0
  • github.com/go-playground/validator/v10 v10.9.0
  • github.com/gofrs/uuid v4.3.1+incompatible
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/protobuf v1.5.2
  • github.com/google/go-cmp v0.5.6
  • github.com/google/gofuzz v1.2.0
  • github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
  • github.com/hashicorp/go-uuid v1.0.3
  • github.com/hashicorp/go-version v1.4.0
  • github.com/imdario/mergo v0.3.12
  • github.com/jcmturner/aescts/v2 v2.0.0
  • github.com/jcmturner/dnsutils/v2 v2.0.0
  • github.com/jcmturner/gofork v1.7.6
  • github.com/jcmturner/goidentity/v6 v6.0.1
  • github.com/jcmturner/gokrb5/v8 v8.4.3
  • github.com/jcmturner/rpc/v2 v2.0.3
  • github.com/json-iterator/go v1.1.12
  • github.com/k0sproject/dig v0.2.0
  • github.com/k0sproject/rig v0.10.0
  • github.com/k0sproject/version v0.3.0
  • github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
  • github.com/kevinburke/ssh_config v1.2.0
  • github.com/leodido/go-urn v1.2.1
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786
  • github.com/masterzen/winrm v0.0.0-20220917170901-b07f6cb0598d
  • github.com/mattn/go-colorable v0.1.8
  • github.com/mattn/go-isatty v0.0.14
  • github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3
  • github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
  • github.com/sirupsen/logrus v1.8.1
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.8.0
  • github.com/urfave/cli/v2 v2.23.6
  • github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
  • github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
  • golang.org/x/crypto v0.3.0
  • golang.org/x/mod v0.7.0
  • golang.org/x/net v0.2.0
  • golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
  • golang.org/x/sys v0.2.0
  • golang.org/x/term v0.2.0
  • golang.org/x/text v0.4.0
  • golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
  • golang.org/x/tools v0.3.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/protobuf v1.27.1
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/apimachinery v0.22.1
  • k8s.io/client-go v0.22.1
  • k8s.io/klog/v2 v2.20.0
  • k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e
  • sigs.k8s.io/structured-merge-diff/v4 v4.1.2
  • sigs.k8s.io/yaml v1.2.0
go.sum go
  • 604 dependencies