Skip to content

Commit

Permalink
feat(schematicsv1): regenerate SDK with latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nven committed Aug 4, 2022
1 parent dd3e70f commit fe255da
Show file tree
Hide file tree
Showing 4 changed files with 16,288 additions and 3,478 deletions.
19 changes: 7 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@ go 1.15
//replace github.com/IBM/schematics-go-sdk/schematicsv2 => /Users/sundeepmulampaka/goblueprint/src/github.ibm.com/schematics-sdk/schematics-go-sdk/schematicsv2

require (
github.com/IBM/schematics-go-sdk/schematicsv2 v1.2.3
github.com/IBM/go-sdk-core/v5 v5.10.1
github.com/IBM/ibm-iae-go-sdk v0.5.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
github.com/go-openapi/strfmt v0.21.3
github.com/go-stack/stack v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/stretchr/testify v1.8.0
)
github.com/IBM/go-sdk-core/v5 v5.10.2
github.com/go-openapi/strfmt v0.21.3
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.0
github.com/stretchr/testify v1.8.0
)
Loading

0 comments on commit fe255da

Please sign in to comment.