Update
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s

This commit is contained in:
2025-11-21 22:58:39 +03:00
parent 271151a3f4
commit b5991e3ecc
3 changed files with 111 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module kube-vm
go 1.25.4
require github.com/VictoriaMetrics/metrics v1.40.2
require (
github.com/valyala/fastrand v1.1.0 // indirect
github.com/valyala/histogram v1.2.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)