Skip to content

Commit

Permalink
added the sdk to run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rmocanu-ionos committed Sep 30, 2024
1 parent 19f2115 commit 51920f0
Show file tree
Hide file tree
Showing 46 changed files with 12,884 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ require (
github.com/ionos-cloud/sdk-go-kafka v1.0.0
github.com/ionos-cloud/sdk-go-nfs v1.0.0
github.com/ionos-cloud/sdk-go-s3 v1.1.0
github.com/ionos-cloud/sdk-go-s3-management v1.0.0
github.com/ionos-cloud/sdk-go-vm-autoscaling v1.0.1
github.com/ionos-cloud/sdk-go/v6 v6.2.1
github.com/mitchellh/go-homedir v1.1.0
golang.org/x/crypto v0.26.0
gopkg.in/yaml.v3 v3.0.1
)

replace github.com/ionos-cloud/sdk-go-s3-management v1.0.0 => /home/radu/work/rubygeneration/sdk-go-s3-management

require (
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down
24 changes: 24 additions & 0 deletions vendor/github.com/ionos-cloud/sdk-go-s3-management/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 148 additions & 0 deletions vendor/github.com/ionos-cloud/sdk-go-s3-management/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51920f0

Please sign in to comment.