mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 18:42:40 +08:00 
			
		
		
		
	update go.mod
This commit is contained in:
		
							
								
								
									
										9
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								go.mod
									
									
									
									
									
								
							| @@ -10,3 +10,12 @@ require ( | |||||||
| 	github.com/stretchr/testify v1.7.1 | 	github.com/stretchr/testify v1.7.1 | ||||||
| 	golang.org/x/net v0.0.0-20220526153639-5463443f8c37 | 	golang.org/x/net v0.0.0-20220526153639-5463443f8c37 | ||||||
| ) | ) | ||||||
|  |  | ||||||
|  | require ( | ||||||
|  | 	github.com/asticode/go-astikit v0.20.0 // indirect | ||||||
|  | 	github.com/davecgh/go-spew v1.1.0 // indirect | ||||||
|  | 	github.com/pion/randutil v0.1.0 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | ||||||
|  | ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9