File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ func MkRef(tp string, id string) netex.Ref {
2121 return netex .NewRef (tp , id , "1" )
2222}
2323
24- func MkTypeOfFrameRef (tp string ) netex.Ref {
24+ func MkTypeOfFrameRef (tp string ) netex.TypeOfFrameRef {
2525 return netex .NewTypeOfFrameRef (tp , "1" )
2626}
2727
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.6
55require (
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.3 .0
8+ github.com/noi-techpark/go-netex v0.4 .0
99 github.com/samber/slog-gin v1.15.1
1010 gotest.tools/v3 v3.5.2
1111)
Original file line number Diff line number Diff line change @@ -51,10 +51,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
5151github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
5252github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M =
5353github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
54- github.com/noi-techpark/go-netex v0.2.1-0.20250623141507-2f4701b1671b h1:B75ySK8Jfxwphu/nEhiiMeJX6EXGzkbwrSvFRpPX1xY =
55- github.com/noi-techpark/go-netex v0.2.1-0.20250623141507-2f4701b1671b /go.mod h1:DDY9+ROb6h+/gPs97F44tVHbldaXPj3po/gavQgcay8 =
56- github.com/noi-techpark/go-netex v0.3.0 h1:I2ofEF0HtQnn5/JGQm1U5Dyy1MEqWfABGsGN/OrdpXo =
57- github.com/noi-techpark/go-netex v0.3.0 /go.mod h1:DDY9+ROb6h+/gPs97F44tVHbldaXPj3po/gavQgcay8 =
54+ github.com/noi-techpark/go-netex v0.4.0 h1:edXJiZsf3fs1EiXE9zsh+NvY5o471s11u1wfQ4Phn08 =
55+ github.com/noi-techpark/go-netex v0.4.0 /go.mod h1:DDY9+ROb6h+/gPs97F44tVHbldaXPj3po/gavQgcay8 =
5856github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
5957github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
6058github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments