forked from sundowndev/phoneinfoga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 791 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module gopkg.in/sundowndev/phoneinfoga.v2
go 1.13
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/fatih/color v1.10.0
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.3.4 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/nyaruka/phonenumbers v1.0.66
github.com/onlinecity/go-phone-iso3166 v0.0.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/sundowndev/dorkgen v1.2.0
github.com/swaggo/swag v1.7.0
gopkg.in/h2non/gock.v1 v1.0.16
)