osrm-backend/traffic_updater/go/go.mod
Jay bb147f369b Use Go Modules to manage Go code's dependency (#42)
* 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
2019-07-18 17:08:37 -07:00

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