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 a11e4e3Copy full SHA for a11e4e3
go.mod
@@ -3,12 +3,12 @@ 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.16.2
+ github.com/go-openapi/strfmt v0.22.1
+ github.com/kr/pretty v0.1.0 // indirect
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/pkg/errors v0.9.1 // indirect
+ github.com/stretchr/testify v1.8.4
+ github.com/tidwall/pretty v1.0.0 // indirect
14
)
0 commit comments