-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
63 lines (61 loc) · 2.84 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
module github.com/jawr/whois-bi
go 1.13
require (
github.com/ThreeDotsLabs/watermill v1.1.1
github.com/ThreeDotsLabs/watermill-amqp v1.1.0
github.com/appleboy/gin-jwt v2.5.0+incompatible
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/furdarius/rabbitroutine v0.7.0
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/pg v8.0.7+incompatible
github.com/go-pg/pg/v10 v10.8.0
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/hesahesa/pwdbro v0.0.0-20200103124734-0fb34fd61758
github.com/jawr/whois-parser-go v1.10.3
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
github.com/jhillyerd/enmime v0.8.5-0.20210221174146-6fabdedd3425
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/likexian/whois-go v1.7.3
github.com/likexian/whois-parser v1.20.2
github.com/lithammer/shortuuid/v3 v3.0.5 // indirect
github.com/marcsauter/single v0.0.0-20191217065835-82e78df7afac
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/miekg/dns v1.1.38
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pkg/errors v0.9.1
github.com/rivo/uniseg v0.2.0 // indirect
github.com/segmentio/fasthash v1.0.3
github.com/spf13/cobra v1.1.3
github.com/streadway/amqp v1.0.0
github.com/ugorji/go v1.2.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/text v0.3.5 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
mellium.im/sasl v0.2.1 // indirect
)