Skip to content

Commit 2a02383

Browse files
committed
chore: bump go-netex dep to fix validation errors
1 parent 5f122aa commit 2a02383

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.6
55
require (
66
github.com/gin-contrib/cors v1.7.5
77
github.com/gin-gonic/gin v1.10.1
8-
github.com/noi-techpark/go-netex v0.4.0
8+
github.com/noi-techpark/go-netex v0.4.1
99
github.com/samber/slog-gin v1.15.1
1010
gotest.tools/v3 v3.5.2
1111
)

src/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
5353
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
5454
github.com/noi-techpark/go-netex v0.4.0 h1:edXJiZsf3fs1EiXE9zsh+NvY5o471s11u1wfQ4Phn08=
5555
github.com/noi-techpark/go-netex v0.4.0/go.mod h1:DDY9+ROb6h+/gPs97F44tVHbldaXPj3po/gavQgcay8=
56+
github.com/noi-techpark/go-netex v0.4.1 h1:2g2AZwKexMQMgvqtJjYadoGBJIg0bhB5+b2BWtx4sh4=
57+
github.com/noi-techpark/go-netex v0.4.1/go.mod h1:DDY9+ROb6h+/gPs97F44tVHbldaXPj3po/gavQgcay8=
5658
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
5759
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
5860
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)