You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
361 B
13 lines
361 B
module github.com/denzs/pskreporter-exporter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/mmcloughlin/geohash v0.10.0
|
|
github.com/namsral/flag v1.7.4-pre
|
|
github.com/pd0mz/go-maidenhead v0.0.0-20170221185439-faa09c24425e
|
|
github.com/prometheus/client_golang v1.8.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/tzneal/ham-go v0.2.0
|
|
)
|
|
|