Skip to content

Commit

Permalink
SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
SunithaGudisagarIBM1 committed Jan 29, 2024
1 parent e9915b6 commit cf26dc1
Show file tree
Hide file tree
Showing 5 changed files with 28,485 additions and 15,134 deletions.
35 changes: 30 additions & 5 deletions common/github.com/IBM/vpc-go-sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
module github.com/IBM/vpc-go-sdk

go 1.16
go 1.18

require (
github.com/IBM/go-sdk-core/v5 v5.12.1
github.com/go-openapi/strfmt v0.21.3
github.com/IBM/go-sdk-core/v5 v5.14.1
github.com/go-openapi/strfmt v0.21.5
github.com/google/uuid v1.1.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.20.0
github.com/stretchr/testify v1.8.0
github.com/onsi/gomega v1.27.6
github.com/stretchr/testify v1.8.2
)

require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-openapi/errors v0.20.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.13.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/leodido/go-urn v1.2.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract (
Expand Down
Loading

0 comments on commit cf26dc1

Please sign in to comment.