17 lines
		
	
	
		
			460 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			460 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/golangci/golangci-lint/scripts/gen_github_action_config
 | |
| 
 | |
| go 1.19
 | |
| 
 | |
| require (
 | |
| 	github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
 | |
| 	golang.org/x/oauth2 v0.17.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/golang/protobuf v1.5.3 // indirect
 | |
| 	github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
 | |
| 	golang.org/x/net v0.21.0 // indirect
 | |
| 	google.golang.org/appengine v1.6.7 // indirect
 | |
| 	google.golang.org/protobuf v1.31.0 // indirect
 | |
| )
 | 
![dependabot[bot]](/assets/img/avatar_default.png)