Files
telemt-api/go.mod
T
Denozordec 91f289c647
ci / test (push) Successful in 1m15s
ci / docker (push) Successful in 1m8s
Init
2026-03-29 22:51:02 +07:00

9 lines
128 B
AMPL

module github.com/telemt/telemt-api
go 1.22
require (
github.com/prometheus/client_golang v1.20.5
gopkg.in/yaml.v3 v3.0.1
)