Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cmd/wptlist2xctsk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/twpayne/go-xctrack/cmd/wptlist2xctsk

go 1.24.5
go 1.25.0

tool github.com/twpayne/go-xctrack/cmd/wptlist2xctsk

Expand All @@ -15,7 +15,8 @@ require (
github.com/maypok86/otter/v2 v2.2.0 // indirect
github.com/twpayne/go-polyline v1.1.1 // indirect
github.com/twpayne/go-proj/v11 v11.0.0 // indirect
golang.org/x/image v0.29.0 // indirect
github.com/twpayne/go-xctrack/v2 v2.1.0 // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/sys v0.34.0 // indirect
)

Expand Down
6 changes: 4 additions & 2 deletions cmd/wptlist2xctsk/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ github.com/twpayne/go-polyline v1.1.1 h1:/tSF1BR7rN4HWj4XKqvRUNrCiYVMCvywxTFVofv
github.com/twpayne/go-polyline v1.1.1/go.mod h1:ybd9IWWivW/rlXPXuuckeKUyF3yrIim+iqA7kSl4NFY=
github.com/twpayne/go-proj/v11 v11.0.0 h1:jkGRE2DOwxhbn2hPnps1wNepdCgA8JB/K8rJosVR2jM=
github.com/twpayne/go-proj/v11 v11.0.0/go.mod h1:2qEvCqcSQqaKRxHc8K6F5THAzS/SVknfWVPnTHFqE3M=
golang.org/x/image v0.29.0 h1:HcdsyR4Gsuys/Axh0rDEmlBmB68rW1U9BUdB3UVHsas=
golang.org/x/image v0.29.0/go.mod h1:RVJROnf3SLK8d26OW91j4FrIHGbsJ8QnbEocVTOWQDA=
github.com/twpayne/go-xctrack/v2 v2.1.0 h1:ElkNrVbIJlVi1uw2U0CvN5YA4C3DNCOGyMx7nvBZzhA=
github.com/twpayne/go-xctrack/v2 v2.1.0/go.mod h1:b76PH3cGq64VQP9taI+B8OKwm0yhn1C6kIt/xfx9hDg=
golang.org/x/image v0.38.0 h1:5l+q+Y9JDC7mBOMjo4/aPhMDcxEptsX+Tt3GgRQRPuE=
golang.org/x/image v0.38.0/go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY=
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
Loading