update
This commit is contained in:
5
go.mod
5
go.mod
@@ -1,11 +1,11 @@
|
||||
module git.tornberg.me/go-cart-actor
|
||||
module git.k6n.net/go-cart-actor
|
||||
|
||||
go 1.25.4
|
||||
|
||||
require (
|
||||
git.tornberg.me/mats/go-redis-inventory v0.0.0-20251113201741-8bf0efac50ee
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/matst80/go-redis-inventory v0.0.0-20251125181530-7ebbc97e3841
|
||||
github.com/matst80/slask-finder v0.0.0-20251118173753-f66c21cfbda4
|
||||
github.com/prometheus/client_golang v1.23.2
|
||||
github.com/rabbitmq/amqp091-go v1.10.0
|
||||
@@ -30,6 +30,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
git.tornberg.me/mats/go-redis-inventory v0.0.0-20251113201741-8bf0efac50ee // indirect
|
||||
github.com/RoaringBitmap/roaring/v2 v2.14.4 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/bits-and-blooms/bitset v1.24.4 // indirect
|
||||
|
||||
Reference in New Issue
Block a user