-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
24 lines (22 loc) · 1.05 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
module github.com/missinglink/pbf
go 1.13
require (
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/benbjohnson/clock v1.0.3 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/missinglink/gosmparse v0.0.0-20170628200928-01884c3f2f75
github.com/mmcloughlin/geohash v0.10.0
github.com/paulmach/go.geo v0.0.0-20180829195134-22b514266d33
github.com/paulmach/go.geojson v1.4.0 // indirect
github.com/shaxbee/go-spatialite v0.0.0-20180425212100-9b4c81899e0e
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.0
github.com/tmthrgd/go-popcount v0.0.0-20190904054823-afb1ace8b04f
github.com/urfave/cli v1.22.4
github.com/vmihailenco/msgpack v4.0.4+incompatible
google.golang.org/appengine v1.6.6 // indirect
)