Skip to content

Commit 5ab59df

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

File tree

2 files changed

+147
-7
lines changed

2 files changed

+147
-7
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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.17.2
7+
github.com/go-openapi/strfmt v0.22.1
8+
github.com/kr/pretty v0.1.0 // indirect
119
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
1414
)

0 commit comments

Comments
 (0)