mirror of
				https://github.com/ossrs/srs.git
				synced 2025-03-09 15:49:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			220 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/pion/datachannel
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/pion/logging v0.2.2
 | 
						|
	github.com/pion/sctp v1.7.10
 | 
						|
	github.com/pion/transport v0.10.1
 | 
						|
	github.com/pkg/errors v0.9.1
 | 
						|
	github.com/stretchr/testify v1.6.1
 | 
						|
)
 | 
						|
 | 
						|
go 1.13
 |