Compare commits
	
		
			3 Commits
		
	
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | e1d6c18a42 | |
|  | 92c6656960 | |
|  | 55f634cf88 | 
							
								
								
									
										24
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										24
									
								
								go.mod
								
								
								
								
							|  | @ -1,27 +1,25 @@ | ||||||
| module gitea.cdlsxd.cn/self-tools/l_msg_api | module gitea.cdlsxd.cn/self-tools/l_msg_api | ||||||
| 
 | 
 | ||||||
| go 1.22.10 | go 1.21 | ||||||
| 
 |  | ||||||
| toolchain go1.23.6 |  | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	gitea.cdlsxd.cn/rzy_tools/request v1.0.0 | 	gitea.cdlsxd.cn/rzy_tools/request v1.0.0 | ||||||
| 	github.com/valyala/fasthttp v1.59.0 | 	gitea.cdlsxd.cn/self-tools/l_request v1.0.8 | ||||||
| 	google.golang.org/grpc v1.71.1 | 	github.com/valyala/fasthttp v1.67.0 | ||||||
| 	google.golang.org/protobuf v1.36.4 | 	google.golang.org/grpc v1.76.0 | ||||||
|  | 	google.golang.org/protobuf v1.36.10 | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	gitea.cdlsxd.cn/self-tools/l_request v1.0.8 // indirect | 	golang.org/x/net v0.46.0 // indirect | ||||||
| 	golang.org/x/net v0.35.0 // indirect | 	golang.org/x/sys v0.37.0 // indirect | ||||||
| 	golang.org/x/sys v0.30.0 // indirect | 	golang.org/x/text v0.30.0 // indirect | ||||||
| 	golang.org/x/text v0.22.0 // indirect | 	google.golang.org/genproto/googleapis/rpc v0.0.0-20251020155222-88f65dc88635 // indirect | ||||||
| 	google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect |  | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	github.com/andybalholm/brotli v1.1.1 // indirect | 	github.com/andybalholm/brotli v1.2.0 // indirect | ||||||
| 	github.com/emirpasic/gods v1.18.1 | 	github.com/emirpasic/gods v1.18.1 | ||||||
| 	github.com/klauspost/compress v1.17.11 // indirect | 	github.com/klauspost/compress v1.18.1 // indirect | ||||||
| 	github.com/valyala/bytebufferpool v1.0.0 // indirect | 	github.com/valyala/bytebufferpool v1.0.0 // indirect | ||||||
| ) | ) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue