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.
14 lines
317 B
14 lines
317 B
4 years ago
|
module github.com/denzs/wsjtx-exporter
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
github.com/hpcloud/tail v1.0.0
|
||
|
github.com/jnovack/flag v1.15.0
|
||
|
github.com/mmcloughlin/geohash v0.10.0
|
||
|
github.com/prometheus/client_golang v1.8.0
|
||
|
github.com/sirupsen/logrus v1.7.0
|
||
|
github.com/tzneal/ham-go v0.2.0
|
||
|
)
|