diff options
author | Alexander NeonXP Kiryukhin <a.kiryukhin@mail.ru> | 2019-05-30 14:05:08 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <a.kiryukhin@mail.ru> | 2019-05-30 14:05:08 +0300 |
commit | 2f4b6e90597784a8a7c01027e0ff5c6b69634a96 (patch) | |
tree | 5d94daf9fc394425b03baf3915ffd03a0011e442 /go.mod | |
parent | 97fd40df4d85d91f3414dc88aa96222c1d827b49 (diff) |
Parallel write
Speedup
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ require ( github.com/gogo/protobuf v1.2.1 // indirect github.com/golang/snappy v0.0.1 // indirect github.com/google/go-cmp v0.3.0 // indirect + github.com/neonxp/rutina v0.4.3 + github.com/paulmach/go.geojson v1.4.0 github.com/paulmach/orb v0.1.3 github.com/paulmach/osm v0.0.1 github.com/stretchr/testify v1.3.0 // indirect |