20 lines
		
	
	
	
		
			670 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
	
		
			670 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| 
								 | 
							
								module vector-auth-server
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								go 1.20
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								require github.com/livekit/protocol v1.5.7
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								require (
							 | 
						||
| 
								 | 
							
									github.com/go-jose/go-jose/v3 v3.0.0 // indirect
							 | 
						||
| 
								 | 
							
									github.com/golang/protobuf v1.5.3 // indirect
							 | 
						||
| 
								 | 
							
									github.com/twitchtv/twirp v8.1.3+incompatible // indirect
							 | 
						||
| 
								 | 
							
									golang.org/x/crypto v0.9.0 // indirect
							 | 
						||
| 
								 | 
							
									golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
							 | 
						||
| 
								 | 
							
									golang.org/x/net v0.10.0 // indirect
							 | 
						||
| 
								 | 
							
									golang.org/x/sys v0.8.0 // indirect
							 | 
						||
| 
								 | 
							
									golang.org/x/text v0.9.0 // indirect
							 | 
						||
| 
								 | 
							
									google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
							 | 
						||
| 
								 | 
							
									google.golang.org/grpc v1.55.0 // indirect
							 | 
						||
| 
								 | 
							
									google.golang.org/protobuf v1.30.0 // indirect
							 | 
						||
| 
								 | 
							
									gopkg.in/yaml.v3 v3.0.1 // indirect
							 | 
						||
| 
								 | 
							
								)
							 |