forked from optimatiq/threatbite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.71 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
module github.com/optimatiq/threatbite
go 1.12
require (
github.com/BobuSumisu/aho-corasick v0.0.0-20190714010706-87defef828b4
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56
github.com/avct/uasurfer v0.0.0-20190821150637-906cc7dc6197
github.com/coinpaprika/ratelimiter v0.2.1
github.com/davecgh/go-spew v1.1.1
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/hashicorp/golang-lru v0.5.3
github.com/jbenet/go-is-domain v1.0.3
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.13
github.com/labstack/gommon v0.3.0
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/oschwald/geoip2-golang v1.4.0
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/common v0.7.0
github.com/securego/gosec v0.0.0-20191008095658-28c1128b7336 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24 // indirect
golang.org/x/tools v0.0.0-20200103211127-7bda30096dc1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)