Skip to content

Commit 15b5f4e

Browse files
fix(deps): update module github.com/ibm/go-sdk-core/v5 to v5.14.0
1 parent 6331fc7 commit 15b5f4e

File tree

2 files changed

+118
-7
lines changed

2 files changed

+118
-7
lines changed

go.mod

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

55
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.14.0
7+
github.com/go-openapi/strfmt v0.21.5
118
github.com/onsi/ginkgo v1.16.5
12-
github.com/onsi/gomega v1.19.0
13-
github.com/stretchr/testify v1.8.0
9+
github.com/onsi/gomega v1.27.6
10+
github.com/stretchr/testify v1.8.2
1411
)

0 commit comments

Comments
 (0)