GitHub / 1024pix / data-processing-spark-submit
Spark CLI wrapper to run your jobs on OVHcloud Data Processing
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/1024pix%2Fdata-processing-spark-submit
Fork of ovh/data-processing-spark-submit
Stars: 0
Forks: 0
Open issues: 0
License: bsd-3-clause
Language: Go
Size: 81.1 KB
Dependencies parsed at:
58
Created at: about 1 year ago
Updated at: 12 months ago
Pushed at: 12 months ago
Last synced at: 1 day ago
.github/workflows/go-build.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
- golangci/golangci-lint-action v6 composite
.github/workflows/go-release.yml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
go.mod
go
- github.com/Pallinder/go-randomdata v1.2.0
- github.com/alexflint/go-arg v1.3.0
- github.com/alexflint/go-scalar v1.0.0
- github.com/dustin/go-humanize v1.0.0
- github.com/gabriel-vasile/mimetype v1.1.0
- github.com/hjson/hjson-go/v4 v4.2.0
- github.com/imdario/mergo v0.3.13
- github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5
- github.com/ncw/swift v1.0.52
- github.com/ovh/go-ovh v1.1.1-0.20211209132054-5bcee91ddcd5
- github.com/peterhellberg/duration v0.0.0-20191119133758-ec6baeebcd10
- github.com/stretchr/testify v1.5.1
- golang.org/x/sys v0.1.0
- golang.org/x/text v0.4.0
- golang.org/x/tools v0.2.0
- gopkg.in/ini.v1 v1.57.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/Pallinder/go-randomdata v1.2.0
- github.com/alexflint/go-arg v1.3.0
- github.com/alexflint/go-scalar v1.0.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dustin/go-humanize v1.0.0
- github.com/gabriel-vasile/mimetype v1.1.0
- github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
- github.com/hjson/hjson-go/v4 v4.2.0
- github.com/imdario/mergo v0.3.13
- github.com/jtolds/gls v4.20.0+incompatible
- github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5
- github.com/ncw/swift v1.0.52
- github.com/ovh/go-ovh v1.1.1-0.20211209132054-5bcee91ddcd5
- github.com/peterhellberg/duration v0.0.0-20191119133758-ec6baeebcd10
- github.com/pmezard/go-difflib v1.0.0
- github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
- github.com/smartystreets/goconvey v1.6.4
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.2.2
- github.com/stretchr/testify v1.5.1
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.1.0
- golang.org/x/text v0.3.0
- golang.org/x/text v0.4.0
- golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
- golang.org/x/tools v0.2.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/ini.v1 v1.57.0
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0
- gopkg.in/yaml.v3 v3.0.1