forked from edoardogerosa/dnsmorph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 632 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/netevert/dnsmorph
go 1.15
require (
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/fatih/color v1.9.0
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/likexian/whois-go v1.7.2
github.com/likexian/whois-parser-go v1.15.1
github.com/mholt/archiver/v3 v3.5.0
github.com/oschwald/maxminddb-golang v1.7.0
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/ulikunitz/xz v0.5.8 // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73
)