Skip to content

Commit bb3ea74

Browse files
vkrausejbruechert
authored andcommitted
Update gtfsparser/gtfswriter
This will make --keep-additional-fields also preserve additional files. Relevant for GTFS features (Fares v2, Flex, etc) that aren't explicitly supported yet.
1 parent 725fd83 commit bb3ea74

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.21
44

55
require (
66
github.com/paulmach/go.geojson v1.5.0
7-
github.com/public-transport/gtfsparser v0.0.0-20250315225605-cdafda3d5e46
8-
github.com/public-transport/gtfswriter v0.0.0-20250109141303-0bbc5ae2d194
7+
github.com/public-transport/gtfsparser v0.0.0-20250531164119-01696d00fd2b
8+
github.com/public-transport/gtfswriter v0.0.0-20250531182842-8c0b4fbcffb4
99
github.com/spf13/pflag v1.0.5
1010
)
1111

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IX
44
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
55
github.com/paulmach/go.geojson v1.5.0 h1:7mhpMK89SQdHFcEGomT7/LuJhwhEgfmpWYVlVmLEdQw=
66
github.com/paulmach/go.geojson v1.5.0/go.mod h1:DgdUy2rRVDDVgKqrjMe2vZAHMfhDTrjVKt3LmHIXGbU=
7-
github.com/public-transport/gtfsparser v0.0.0-20250315225605-cdafda3d5e46 h1:W1frFlQj9H3a0EmdrYay3bLzsPD3UV7A/fGr1DaiF6w=
8-
github.com/public-transport/gtfsparser v0.0.0-20250315225605-cdafda3d5e46/go.mod h1:WjAkhbrI3szwAlvRXjvyby3WO0yan8OUwayYuFURdmU=
9-
github.com/public-transport/gtfswriter v0.0.0-20250109141303-0bbc5ae2d194 h1:ITOKMEpcF/5OxI7FJ+Rk08yvExvfL5tZowy35Sxvfqg=
10-
github.com/public-transport/gtfswriter v0.0.0-20250109141303-0bbc5ae2d194/go.mod h1:xd3+150rasGihIKoBLICU/oWiamZLtwGmitGVwabUEY=
7+
github.com/public-transport/gtfsparser v0.0.0-20250531164119-01696d00fd2b h1:M7PquHLqtfxHVylHyhcq31pDohpANvpD7bfdUsviAsY=
8+
github.com/public-transport/gtfsparser v0.0.0-20250531164119-01696d00fd2b/go.mod h1:WjAkhbrI3szwAlvRXjvyby3WO0yan8OUwayYuFURdmU=
9+
github.com/public-transport/gtfswriter v0.0.0-20250531182842-8c0b4fbcffb4 h1:5dOnbkbDBzIvgOjpBZ7812FBFFhB672l9CW2eVavAdo=
10+
github.com/public-transport/gtfswriter v0.0.0-20250531182842-8c0b4fbcffb4/go.mod h1:jgQC4QV51OCw74wZ9bzva7sqSWpRTF4G/yp2XkTelqk=
1111
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
1212
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1313
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553 h1:DRC1ubdb3ZmyyIeCSTxjZIQAnpLPfKVgYrLETQuOPjo=

0 commit comments

Comments
 (0)