-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (22 loc) · 1.13 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/gbdubs/bird_data_guessing
go 1.13
replace github.com/gbdubs/amass => ../amass
replace github.com/gbdubs/attributions => ../attributions
replace github.com/gbdubs/bird => ../bird
replace github.com/gbdubs/bird_region_rosters => ../bird_region_rosters
replace github.com/gbdubs/inference => ../inference
replace github.com/gbdubs/sitemaps => ../sitemaps
replace github.com/gbdubs/verbose => ../verbose
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gbdubs/amass v0.0.0-20211226173637-752b3ee35965 // indirect
github.com/gbdubs/attributions v0.0.0-20211222153942-b316af48fa94 // indirect
github.com/gbdubs/bird v0.0.0 // indirect
github.com/gbdubs/bird_region_rosters v0.0.0-20211217012721-4a85ffbdcadc // indirect
github.com/gbdubs/inference v0.0.0-00010101000000-000000000000 // indirect
github.com/gbdubs/sitemaps v0.0.0-00010101000000-000000000000 // indirect
github.com/gbdubs/verbose v0.0.0-20211222171857-6fd383a1c209 // indirect
github.com/urfave/cli/v2 v2.3.0 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
)