about summary refs log blame commit diff
path: root/go.mod
blob: 855f601450bedc351574ca3e04783a55713e7704 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                           

         
 
         





                                                     

                                                         

                                                        
 
module github.com/Baitinq/fs-tracer-backend

go 1.22.2

require (
	github.com/segmentio/kafka-go v0.4.47
	github.com/stretchr/testify v1.9.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/klauspost/compress v1.15.9 // indirect
	github.com/pierrec/lz4/v4 v4.1.15 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)