summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..4931d2f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)