9 lines
212 B
Modula-2
9 lines
212 B
Modula-2
module github.com/fluepke/vodafone-station-exporter
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.8.0
|
|
github.com/prometheus/common v0.15.0
|
|
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
|
|
)
|