-
Notifications
You must be signed in to change notification settings - Fork 204
/
go.mod
44 lines (41 loc) · 1.81 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
module goblin
go 1.17
require (
github.com/go-redis/redis/v8 v8.11.3
github.com/google/uuid v1.1.2
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/olivere/elastic v6.2.37+incompatible
github.com/olivere/elastic/v7 v7.0.29
github.com/oschwald/geoip2-golang v1.5.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/projectdiscovery/stringsutil v0.0.0-20210830151154-f567170afdd9
github.com/sinlov/qqwry-golang v0.0.0-20191204062238-bea9868bbbf4
github.com/sirupsen/logrus v1.8.1
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
github.com/valyala/bytebufferpool v1.0.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009
gopkg.in/sohlich/elogrus.v7 v7.0.0
gopkg.in/yaml.v2 v2.4.0
unknwon.dev/clog/v2 v2.2.0
)
require (
github.com/axgle/mahonia v0.0.0-20120522011915-5dd783869dfe // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)