mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-05 23:16:48 -06:00
20 lines
519 B
Modula-2
20 lines
519 B
Modula-2
module xevion.dev/vastly/api
|
|
|
|
go 1.23.3
|
|
|
|
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/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
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|