You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							41 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							41 lines
						
					
					
						
							1.5 KiB
						
					
					
				| module github.com/seaweedfs/seaweedfs/test/kafka/kafka-client-loadtest | |
| 
 | |
| go 1.24.0 | |
| 
 | |
| toolchain go1.24.7 | |
| 
 | |
| require ( | |
| 	github.com/IBM/sarama v1.46.1 | |
| 	github.com/linkedin/goavro/v2 v2.14.0 | |
| 	github.com/prometheus/client_golang v1.23.2 | |
| 	google.golang.org/protobuf v1.36.8 | |
| 	gopkg.in/yaml.v3 v3.0.1 | |
| ) | |
| 
 | |
| require ( | |
| 	github.com/beorn7/perks v1.0.1 // indirect | |
| 	github.com/cespare/xxhash/v2 v2.3.0 // indirect | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect | |
| 	github.com/eapache/go-resiliency v1.7.0 // indirect | |
| 	github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect | |
| 	github.com/eapache/queue v1.1.0 // indirect | |
| 	github.com/golang/snappy v1.0.0 // indirect | |
| 	github.com/hashicorp/go-uuid v1.0.3 // indirect | |
| 	github.com/jcmturner/aescts/v2 v2.0.0 // indirect | |
| 	github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | |
| 	github.com/jcmturner/gofork v1.7.6 // indirect | |
| 	github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect | |
| 	github.com/jcmturner/rpc/v2 v2.0.3 // indirect | |
| 	github.com/klauspost/compress v1.18.0 // indirect | |
| 	github.com/kr/text v0.2.0 // indirect | |
| 	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | |
| 	github.com/pierrec/lz4/v4 v4.1.22 // indirect | |
| 	github.com/prometheus/client_model v0.6.2 // indirect | |
| 	github.com/prometheus/common v0.66.1 // indirect | |
| 	github.com/prometheus/procfs v0.16.1 // indirect | |
| 	github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect | |
| 	go.yaml.in/yaml/v2 v2.4.2 // indirect | |
| 	golang.org/x/crypto v0.43.0 // indirect | |
| 	golang.org/x/net v0.46.0 // indirect | |
| 	golang.org/x/sys v0.37.0 // indirect | |
| )
 |