You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bathyscaphe/go.mod

10 lines
173 B
Modula-2

module github.com/creekorful/trandoshan-crawler
go 1.14
require (
github.com/nats-io/nats.go v1.9.2
github.com/sirupsen/logrus v1.5.0
github.com/urfave/cli/v2 v2.2.0
)