blob: f42c9cfb6939f0f404e18b7da961546750ff7f81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
module github.com/Baitinq/fs-tracer-backend
go 1.22.2
require (
github.com/klauspost/compress v1.15.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/segmentio/kafka-go v0.4.47
)
|