summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-01-25 17:56:26 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-25 21:34:10 +0100
commit0b50eca211bda4d0c1cb28973126f0269288bb71 (patch)
tree09d374ade952a2366292ec6d8ab8b174b0581a2c /go.mod
parentec03343a76291f10fd2216ef74addff98b9701f9 (diff)
Use go modules & and devendorize
spring clean for menshen!
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
+)