10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
 | 
						|
 | 
						|
go 1.16
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4
 | 
						|
	github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
 | 
						|
	golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
 | 
						|
)
 |