mirror of
				https://github.com/skidoodle/spotify-ws
				synced 2025-10-09 05:22:43 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			264 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			264 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module skidoodle/spotify-ws
 | |
| 
 | |
| go 1.24.0
 | |
| 
 | |
| require (
 | |
| 	github.com/gorilla/websocket v1.5.3
 | |
| 	github.com/joho/godotenv v1.5.1
 | |
| 	github.com/sirupsen/logrus v1.9.3
 | |
| 	github.com/zmb3/spotify v1.3.0
 | |
| 	golang.org/x/oauth2 v0.24.0
 | |
| )
 | |
| 
 | |
| require golang.org/x/sys v0.28.0 // indirect
 |