mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-09 14:09:10 -06:00
redis, finish latency testing logic, self ip acquisition
This commit is contained in:
8
go.mod
8
go.mod
@@ -2,13 +2,15 @@ module vastly
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require github.com/wailsapp/wails/v2 v2.9.2
|
||||
require (
|
||||
github.com/prometheus-community/pro-bing v0.5.0
|
||||
github.com/redis/go-redis/v9 v9.7.0
|
||||
github.com/wailsapp/wails/v2 v2.9.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/prometheus-community/pro-bing v0.5.0 // indirect
|
||||
github.com/redis/go-redis/v9 v9.7.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user