missinglink / pbf

utilities for parsing OpenStreetMap PBF files and extracting geographic data
MIT License
21 stars 9 forks source link

use modern dependency vendoring #23

Closed missinglink closed 4 years ago

missinglink commented 4 years ago

this cleans up the vendor dir and applies modern Go vendoring conventions

go mod init
go get
go mod tidy