diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod index 4c09677..f42c9cf 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/Baitinq/fs-tracer-backend go 1.22.2 -require github.com/rabbitmq/amqp091-go v1.9.0 - require ( github.com/klauspost/compress v1.15.9 // indirect github.com/pierrec/lz4/v4 v4.1.15 // indirect |