Vasiliy Tolstov
3f589b20c4
Some checks failed
autoapprove / autoapprove (pull_request) Failing after 11s
automerge / automerge (pull_request) Failing after 7s
codeql / analyze (go) (pull_request) Failing after 3m30s
dependabot-automerge / automerge (pull_request) Has been skipped
prbuild / test (pull_request) Failing after 1m59s
prbuild / lint (pull_request) Successful in 24s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
15 lines
301 B
Modula-2
15 lines
301 B
Modula-2
module go.unistack.org/micro-meter-victoriametrics/v4
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/VictoriaMetrics/metrics v1.24.0
|
|
go.unistack.org/micro/v4 v4.0.7
|
|
)
|
|
|
|
require (
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
)
|