File tree Expand file tree Collapse file tree 4 files changed +34
-142
lines changed Expand file tree Collapse file tree 4 files changed +34
-142
lines changed Original file line number Diff line number Diff line change @@ -3,22 +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/v4 v4 .10.0
6
+ github.com/IBM/go-sdk-core/v5 v5 .10.2
7
7
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
8
8
github.com/fsnotify/fsnotify v1.5.1 // indirect
9
- github.com/go-openapi/errors v0.20.1 // indirect
10
- github.com/go-openapi/strfmt v0.21.2
11
- github.com/go-playground/universal-translator v0.18.0 // indirect
12
- github.com/go-stack/stack v1.8.1 // indirect
13
- github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
14
- github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
15
- github.com/leodido/go-urn v1.2.1 // indirect
9
+ github.com/go-openapi/strfmt v0.21.3
16
10
github.com/mitchellh/mapstructure v1.4.3 // indirect
17
11
github.com/onsi/ginkgo v1.16.5
18
12
github.com/onsi/gomega v1.19.0
19
- github.com/stretchr/testify v1.7.1
20
- go.mongodb.org/mongo-driver v1.8.1 // indirect
21
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
22
- golang.org/x/text v0.3.7 // indirect
23
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
13
+ github.com/stretchr/testify v1.8.0
24
14
)
You can’t perform that action at this time.
0 commit comments