mirror of https://github.com/tidwall/tile38.git
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
|
module github.com/tidwall/geoindex
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/tidwall/cities v0.1.0
|
||
|
github.com/tidwall/lotsa v1.0.1
|
||
|
)
|