mirror of
				https://github.com/go-gst/go-gst.git
				synced 2025-10-31 19:42:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			303 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			303 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/go-gst/go-gst/examples/plugins/websocketsrc
 | |
| 
 | |
| go 1.22
 | |
| 
 | |
| require (
 | |
| 	github.com/go-gst/go-glib v1.2.1
 | |
| 	github.com/go-gst/go-gst v1.2.1
 | |
| 	golang.org/x/net v0.29.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/mattn/go-pointer v0.0.1 // indirect
 | |
| 	golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
 | |
| )
 | 
