mirror of
				https://github.com/gofiber/storage.git
				synced 2025-11-01 04:02:44 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) 536652e4dc
			
		
	
	536652e4dc
	
	
	
		
			
			Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.2.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			924 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			924 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/gofiber/storage/badger
 | |
| 
 | |
| go 1.18
 | |
| 
 | |
| require (
 | |
| 	github.com/dgraph-io/badger/v3 v3.2103.5
 | |
| 	github.com/gofiber/utils v1.0.1
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/cespare/xxhash v1.1.0 // indirect
 | |
| 	github.com/cespare/xxhash/v2 v2.1.2 // indirect
 | |
| 	github.com/dgraph-io/ristretto v0.1.1 // indirect
 | |
| 	github.com/dustin/go-humanize v1.0.0 // indirect
 | |
| 	github.com/gogo/protobuf v1.3.2 // indirect
 | |
| 	github.com/golang/glog v1.0.0 // indirect
 | |
| 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
 | |
| 	github.com/golang/protobuf v1.5.2 // indirect
 | |
| 	github.com/golang/snappy v0.0.4 // indirect
 | |
| 	github.com/google/flatbuffers v22.10.26+incompatible // indirect
 | |
| 	github.com/klauspost/compress v1.15.12 // indirect
 | |
| 	github.com/pkg/errors v0.9.1 // indirect
 | |
| 	go.opencensus.io v0.24.0 // indirect
 | |
| 	golang.org/x/net v0.7.0 // indirect
 | |
| 	golang.org/x/sys v0.5.0 // indirect
 | |
| 	google.golang.org/protobuf v1.28.1 // indirect
 | |
| )
 |