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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

17 lines
453 B

4 years ago
module github.com/denzs/wsjtx_dashboards
go 1.14
require (
github.com/go-sql-driver/mysql v1.4.0
github.com/hpcloud/tail v1.0.0
github.com/jnovack/flag v1.15.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/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/tzneal/ham-go v0.2.0
)