diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/go.mod b/go.mod index f42c9cf..855f601 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,14 @@ 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/segmentio/kafka-go v0.4.47 + github.com/pmezard/go-difflib v1.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) |