summaryrefslogtreecommitdiff
path: root/go.mod
blob: 4931d2f46e2a92c8d7c62d0f70cfb0f0931612a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module 0xacab.org/leap/menshen

go 1.15

require (
	github.com/StefanSchroeder/Golang-Ellipsoid v0.0.0-20181120085657-81cf328d8d0d
	github.com/dropbox/godropbox v0.0.0-20180512210157-31879d3884b9 // indirect
	github.com/hongshibao/go-algo v0.0.0-20160521171829-b1aaa26798b6 // indirect
	github.com/hongshibao/go-kdtree v0.0.0-20180503061502-0de4e8305acf
	github.com/oschwald/geoip2-golang v1.2.2-0.20181014221448-96f33b8f2d64
	github.com/oschwald/maxminddb-golang v1.3.1-0.20181014221851-ed835b226061 // indirect
	github.com/prometheus/client_golang v1.9.0
	github.com/tidwall/cities v0.0.0-20180728211728-bc2818f2af19
)