mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-09 20:09:02 -06:00
redis, latency processor work, minor main.go cleanup, remove Greet, ScoredOffer.Latency
This commit is contained in:
@@ -2,11 +2,16 @@ module xevion.dev/vastly/api
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require go.uber.org/zap v1.27.0
|
||||
require (
|
||||
github.com/prometheus-community/pro-bing v0.5.0
|
||||
go.uber.org/zap v1.27.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/prometheus-community/pro-bing v0.5.0 // indirect
|
||||
github.com/redis/go-redis/v9 v9.7.0 // indirect
|
||||
go.uber.org/multierr v1.10.0 // indirect
|
||||
golang.org/x/net v0.32.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user