mirror of
				https://github.com/KevinMidboe/planetposen-mail.git
				synced 2025-10-29 17:50:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/kevinmidboe/planetposen-mail
 | |
| 
 | |
| go 1.19
 | |
| 
 | |
| require (
 | |
| 	github.com/gorilla/mux v1.8.0
 | |
| 	github.com/joho/godotenv v1.4.0
 | |
| 	github.com/kelseyhightower/envconfig v1.4.0
 | |
| 	github.com/opentracing/opentracing-go v1.2.0
 | |
| 	github.com/sirupsen/logrus v1.9.0
 | |
| )
 | |
| 
 | |
| require golang.org/x/sys v0.2.0 // indirect
 |