mirror of
				https://github.com/gofiber/storage.git
				synced 2025-10-31 19:52:45 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 8f0819b1c5
			
		
	
	8f0819b1c5
	
	
	
		
			
			Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.8.0 to 1.8.1. - [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/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/microsoft/go-mssqldb dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			537 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			537 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/gofiber/storage/mssql/v2
 | |
| 
 | |
| go 1.19
 | |
| 
 | |
| require (
 | |
| 	github.com/microsoft/go-mssqldb v1.8.1
 | |
| 	github.com/stretchr/testify v1.10.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect
 | |
| 	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
 | |
| 	github.com/golang-sql/sqlexp v0.1.0 // indirect
 | |
| 	github.com/google/uuid v1.6.0 // indirect
 | |
| 	github.com/pmezard/go-difflib v1.0.0 // indirect
 | |
| 	golang.org/x/crypto v0.24.0 // indirect
 | |
| 	golang.org/x/text v0.16.0 // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 |