diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 17:10:57 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 17:10:57 +0200 |
commit | 26aebd1144c05008d70c3bb7fef2c397253197b3 (patch) | |
tree | 0096cfcb2d5f79f53fa54e061897dfb8dfe1c81a /go.mod | |
parent | Change instructions to reference the service in the tag (diff) | |
download | fs-tracer-backend-26aebd1144c05008d70c3bb7fef2c397253197b3.tar.gz fs-tracer-backend-26aebd1144c05008d70c3bb7fef2c397253197b3.tar.bz2 fs-tracer-backend-26aebd1144c05008d70c3bb7fef2c397253197b3.zip |
Fix gazelle warning
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 1085bfe..bac0b7f 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/Baitinq/fs-tracer-backend go 1.22.2 -require github.com/rabbitmq/amqp091-go v1.9.0 // indirect +require github.com/rabbitmq/amqp091-go v1.9.0 |