mirror of
https://github.com/Xevion/vastly.git
synced 2025-12-05 23:16:48 -06:00
15 lines
347 B
Modula-2
15 lines
347 B
Modula-2
module xevion.dev/vastly/api
|
|
|
|
go 1.23.3
|
|
|
|
require go.uber.org/zap v1.27.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/prometheus-community/pro-bing v0.5.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
|
|
)
|