9 lines
128 B
AMPL
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
|
|
)
|