Skip to content

Commit 5add5d6

Browse files
chore(deps): bump github.com/microsoft/go-mssqldb from 1.0.0 to 1.1.0 (#1207)
Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/microsoft/go-mssqldb/releases) - [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md) - [Commits](microsoft/go-mssqldb@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/microsoft/go-mssqldb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evans Mungai <[email protected]>
1 parent 191e002 commit 5add5d6

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/manifoldco/promptui v0.9.0
2525
github.com/mattn/go-isatty v0.0.19
2626
github.com/mholt/archiver/v3 v3.5.1
27-
github.com/microsoft/go-mssqldb v1.0.0
27+
github.com/microsoft/go-mssqldb v1.1.0
2828
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
2929
github.com/pkg/errors v0.9.1
3030
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851
@@ -59,7 +59,7 @@ require (
5959
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
6060
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
6161
github.com/go-logr/stdr v1.2.2 // indirect
62-
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
62+
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
6363
github.com/golang-sql/sqlexp v0.1.0 // indirect
6464
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
6565
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -193,7 +193,7 @@ require (
193193
github.com/yusufpapurcu/wmi v1.2.2 // indirect
194194
go.opencensus.io v0.24.0 // indirect
195195
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
196-
golang.org/x/crypto v0.8.0 // indirect
196+
golang.org/x/crypto v0.9.0 // indirect
197197
golang.org/x/net v0.10.0 // indirect
198198
golang.org/x/oauth2 v0.7.0 // indirect
199199
golang.org/x/sys v0.8.0 // indirect

0 commit comments

Comments
 (0)