mirror of https://github.com/docker/docs.git
				
				
				
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			Modula-2
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			Modula-2
		
	
	
	
| module github.com/docker/docs/hack/releaser
 | |
| 
 | |
| go 1.22
 | |
| 
 | |
| require (
 | |
| 	github.com/alecthomas/kong v1.4.0
 | |
| 	github.com/aws/aws-sdk-go v1.55.5
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect
 | |
| 	github.com/jmespath/go-jmespath v0.4.0 // indirect
 | |
| 	gopkg.in/yaml.v2 v2.4.0 // indirect
 | |
| )
 |