-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
28 lines (26 loc) · 1.08 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
module github.com/9seconds/topographer
go 1.15
require (
github.com/EvilSuperstars/go-cidrman v0.0.0-20190607145828-28e79e32899a
github.com/antchfx/htmlquery v1.2.3
github.com/antchfx/xpath v1.1.11 // indirect
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0
github.com/dgraph-io/ristretto v0.0.3
github.com/hjson/hjson-go v3.1.0+incompatible
github.com/ip2location/ip2location-go v8.3.0+incompatible
github.com/jarcoal/httpmock v1.0.7
github.com/kentik/patricia v0.0.0-20201202224819-f9447a6e25f1
github.com/leaanthony/clir v1.0.4
github.com/mccutchen/go-httpbin v1.1.1
github.com/oschwald/maxminddb-golang v1.8.0
github.com/panjf2000/ants/v2 v2.4.3
github.com/pariz/gountries v0.0.0-20200430155801-1c6a393df9c7
github.com/qri-io/jsonschema v0.2.0
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/yaml.v2 v2.4.0 // indirect
)