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