10 lines
151 B
Modula-2
10 lines
151 B
Modula-2
|
module github.com/mr-karan/doggo
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/miekg/dns v1.1.35
|
||
|
github.com/sirupsen/logrus v1.7.0
|
||
|
github.com/urfave/cli v1.22.5
|
||
|
)
|