-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 760 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/LdDl/osm2ch
go 1.23.4
require (
github.com/LdDl/ch v1.7.7
github.com/LdDl/go-gmns v0.1.0
github.com/LdDl/osm2gmns v0.1.4
github.com/paulmach/go.geojson v1.4.0
github.com/paulmach/orb v0.11.1
github.com/paulmach/osm v0.8.0
)
require (
github.com/datadog/czlib v0.0.0-20160811164712-4bc9a24e37f2 // indirect
github.com/elliotchance/orderedmap v1.7.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/paulmach/protoscan v0.2.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.33.0 // indirect
go.mongodb.org/mongo-driver v1.17.1 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)