-
Notifications
You must be signed in to change notification settings - Fork 15
/
go.mod
31 lines (29 loc) · 1.31 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/optimatiq/threatbite
go 1.13
require (
github.com/BobuSumisu/aho-corasick v0.0.0-20190714010706-87defef828b4
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/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.4
github.com/jbenet/go-is-domain v1.0.3
github.com/joho/godotenv v1.3.0
github.com/labstack/echo-contrib v0.9.0
github.com/labstack/echo/v4 v4.1.16
github.com/labstack/gommon v0.3.0
github.com/leodido/go-urn v1.1.0 // indirect
github.com/oschwald/geoip2-golang v1.4.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.5.0 // indirect
github.com/prometheus/common v0.9.1
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)