gtq/go.mod

9 lines
112 B
Modula-2

module github.com/nergdron/gtq
go 1.12
require (
gopkg.in/eapache/queue.v1 v1.1.0
gopkg.in/yaml.v2 v2.2.2
)