mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Modula-2
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Modula-2
		
	
	
	
		
			Vendored
		
	
	
	
| module gitea.com/lunny/levelqueue
 | |
| 
 | |
| require (
 | |
| 	github.com/golang/snappy v0.0.1 // indirect
 | |
| 	github.com/stretchr/testify v1.3.0
 | |
| 	github.com/syndtr/goleveldb v1.0.0
 | |
| )
 | |
| 
 | |
| go 1.13
 |