mirror of
				https://github.com/gofiber/storage.git
				synced 2025-10-31 03:36:25 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 576833a40a
			
		
	
	576833a40a
	
	
	
		
			
			Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.3 to 5.5.4. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			667 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			667 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/gofiber/storage/postgres/v3
 | |
| 
 | |
| go 1.19
 | |
| 
 | |
| require (
 | |
| 	github.com/jackc/pgx/v5 v5.5.4
 | |
| 	github.com/stretchr/testify v1.9.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect
 | |
| 	github.com/jackc/pgpassfile v1.0.0 // indirect
 | |
| 	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
 | |
| 	github.com/jackc/puddle/v2 v2.2.1 // indirect
 | |
| 	github.com/kr/text v0.2.0 // indirect
 | |
| 	github.com/pmezard/go-difflib v1.0.0 // indirect
 | |
| 	github.com/rogpeppe/go-internal v1.11.0 // indirect
 | |
| 	golang.org/x/crypto v0.17.0 // indirect
 | |
| 	golang.org/x/sync v0.3.0 // indirect
 | |
| 	golang.org/x/text v0.14.0 // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 |