Skip to content

Commit

Permalink
Merge pull request #25 from IBM/private-endpoint-support
Browse files Browse the repository at this point in the history
Private endpoint support
  • Loading branch information
IdanAdar authored Nov 22, 2021
2 parents a38a82b + 8f554d7 commit 035bab7
Show file tree
Hide file tree
Showing 4 changed files with 2,260 additions and 215 deletions.
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "1.0.24"
const Version = "1.0.28"
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/IBM/secrets-manager-go-sdk
go 1.14

require (
github.com/IBM/go-sdk-core/v5 v5.6.5
github.com/IBM/go-sdk-core/v5 v5.8.0
github.com/go-openapi/strfmt v0.20.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/stretchr/testify v1.7.0
)
)
Loading

0 comments on commit 035bab7

Please sign in to comment.