mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 07:42:38 +08:00 
			
		
		
		
	Add workaround for chacha20's repository move
With this fix applied #115 should go away. Currently used in Arch packaging.
This commit is contained in:
		
							parent
							
								
									6604bfe8a7
								
							
						
					
					
						commit
						cac4a84483
					
				
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							@ -25,6 +25,8 @@ require (
 | 
				
			|||||||
	golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
 | 
						golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					replace gitlab.com/yawning/chacha20.git => github.com/Yawning/chacha20 latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Replace dependency modules with local developing copy
 | 
					// Replace dependency modules with local developing copy
 | 
				
			||||||
// use `go list -m all` to confirm the final module used
 | 
					// use `go list -m all` to confirm the final module used
 | 
				
			||||||
// replace (
 | 
					// replace (
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user