Files
storage/mssql/go.mod
dependabot[bot] fc891e01f9 Bump github.com/microsoft/go-mssqldb from 0.19.0 to 0.20.0 in /mssql
Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/go-mssqldb/compare/v0.19.0...v0.20.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] <support@github.com>
2023-01-30 14:24:55 +00:00

14 lines
265 B
Modula-2

module github.com/gofiber/storage/mssql
go 1.16
require (
github.com/gofiber/utils v1.0.1
github.com/microsoft/go-mssqldb v0.20.0
)
require (
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
golang.org/x/crypto v0.3.0 // indirect
)