File tree Expand file tree Collapse file tree 2 files changed +145
-7
lines changed Expand file tree Collapse file tree 2 files changed +145
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ module github.com/IBM/sql-query-go-sdk
3
3
go 1.15
4
4
5
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
6
+ github.com/IBM/go-sdk-core/v5 v5.15.3
7
+ github.com/go-openapi/strfmt v0.22.0
8
+ github.com/kr/pretty v0.1.0 // indirect
11
9
github.com/onsi/ginkgo v1.16.5
12
- github.com/onsi/gomega v1.19.0
13
- github.com/stretchr/testify v1.8.0
10
+ github.com/onsi/gomega v1.27.6
11
+ github.com/pkg/errors v0.9.1 // indirect
12
+ github.com/stretchr/testify v1.8.4
13
+ github.com/tidwall/pretty v1.0.0 // indirect
14
14
)
You can’t perform that action at this time.
0 commit comments