16 lines
		
	
	
		
			422 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			422 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/golangci/golangci-lint/scripts/gen_github_action_config
 | |
| 
 | |
| go 1.21
 | |
| 
 | |
| require (
 | |
| 	github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
 | |
| 	golang.org/x/oauth2 v0.18.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/golang/protobuf v1.5.4 // indirect
 | |
| 	github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
 | |
| 	google.golang.org/appengine v1.6.8 // indirect
 | |
| 	google.golang.org/protobuf v1.33.0 // indirect
 | |
| )
 | 
![dependabot[bot]](/assets/img/avatar_default.png)