mirror of
				https://github.com/actions/setup-go.git
				synced 2025-11-04 03:43:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module example.com/mymodule
 | 
						|
 | 
						|
go 1.14
 | 
						|
 | 
						|
require (
 | 
						|
	example.com/othermodule v1.2.3
 | 
						|
	example.com/thismodule v1.2.3
 | 
						|
	example.com/thatmodule v1.2.3
 | 
						|
)
 | 
						|
 | 
						|
replace example.com/thatmodule => ../thatmodule
 | 
						|
exclude example.com/thismodule v1.3.0
 |