We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6331fc7 commit 15b5f4eCopy full SHA for 15b5f4e
go.mod
@@ -3,12 +3,9 @@ module github.com/IBM/sql-query-go-sdk
3
go 1.15
4
5
require (
6
- github.com/IBM/go-sdk-core/v5 v5.10.2
7
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
8
- github.com/fsnotify/fsnotify v1.5.1 // indirect
9
- github.com/go-openapi/strfmt v0.21.3
10
- github.com/mitchellh/mapstructure v1.4.3 // indirect
+ github.com/IBM/go-sdk-core/v5 v5.14.0
+ github.com/go-openapi/strfmt v0.21.5
11
github.com/onsi/ginkgo v1.16.5
12
- github.com/onsi/gomega v1.19.0
13
- github.com/stretchr/testify v1.8.0
+ github.com/onsi/gomega v1.27.6
+ github.com/stretchr/testify v1.8.2
14
)
0 commit comments