* chore: init go.mod * chore: ignore go binaries * chore: remove thrift, will be managed by go mod * chore: build c++ and go in one repo * chore: depends on snappy * chore: build snappy_command * chore: compress wayid2nodeids.csv by snappy
13 lines
317 B
Modula-2
13 lines
317 B
Modula-2
module github.com/Telenav/osrm-backend/traffic_updater/go
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/apache/thrift v0.12.0
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/qedus/osmpbf v1.1.0
|
|
)
|
|
|
|
replace github.com/Telenav/osrm-backend/traffic_updater/go/gen-go/proxy => ./gen-go/proxy
|