mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 19:15:23 +01:00 
			
		
		
		
	* Update blevesearch v0.8.1 -> v1.0.7 * make vendor Co-authored-by: zeripath <art27@cantab.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/couchbase/vellum
 | |
| 
 | |
| go 1.12
 | |
| 
 | |
| require (
 | |
| 	github.com/blevesearch/mmap-go v1.0.2
 | |
| 	github.com/spf13/cobra v0.0.5
 | |
| 	github.com/willf/bitset v1.1.10
 | |
| 	golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
 | |
| )
 |