Skip to content

Commit 6331fc7

Browse files
JMGordondpittner
authored andcommitted
* Upgraded to github.com/IBM/go-sdk-core/v5.
* github.com/IBM/go-sdk-core/v4 v4.10.0 depends on github.com/dgrijalva/jwt-go-v3.2.0 which contains vulnerability https://nvd.nist.gov/vuln/detail/CVE-2020-26160. * #25 Signed-off-by: Joseph Gordon <[email protected]>
1 parent 1a11a01 commit 6331fc7

File tree

4 files changed

+34
-142
lines changed

4 files changed

+34
-142
lines changed

go.mod

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,12 @@ module github.com/IBM/sql-query-go-sdk
33
go 1.15
44

55
require (
6-
github.com/IBM/go-sdk-core/v4 v4.10.0
6+
github.com/IBM/go-sdk-core/v5 v5.10.2
77
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
88
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
1610
github.com/mitchellh/mapstructure v1.4.3 // indirect
1711
github.com/onsi/ginkgo v1.16.5
1812
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
2414
)

0 commit comments

Comments
 (0)