File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ formatters:
144144 extra-rules : true
145145 goimports :
146146 local-prefixes :
147- - github.com/twpayne/go-xctrack
147+ - github.com/twpayne/go-xctrack/v2
148148 exclusions :
149149 generated : lax
150150 paths :
Original file line number Diff line number Diff line change 11# go-xctrack
22
3- [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/twpayne/go-xctrack )] ( https://pkg.go.dev/github.com/twpayne/go-xctrack )
3+ [ ![ PkgGoDev] ( https://pkg.go.dev/badge/github.com/twpayne/go-xctrack/v2 )] ( https://pkg.go.dev/github.com/twpayne/go-xctrack/v2 )
44
55Package xctrack implements [ XCTrack] ( http://xctrack.org/ ) 's [ task
66format] ( http://xctrack.org/Competition_Interfaces.html ) .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/skip2/go-qrcode"
1111 "github.com/twpayne/go-kml/v3"
1212
13- "github.com/twpayne/go-xctrack"
13+ "github.com/twpayne/go-xctrack/v2 "
1414)
1515
1616var format = flag .String ("format" , "json" , "format" )
Original file line number Diff line number Diff line change 1- module github.com/twpayne/go-xctrack
1+ module github.com/twpayne/go-xctrack/v2
22
33go 1.24
44
5- tool github.com/twpayne/go-xctrack/cmd/xctrack
5+ tool github.com/twpayne/go-xctrack/v2/ cmd/xctrack
66
77require (
88 github.com/alecthomas/assert/v2 v2.10.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111 "github.com/alecthomas/assert/v2"
1212
13- xctrack "github.com/twpayne/go-xctrack"
13+ xctrack "github.com/twpayne/go-xctrack/v2 "
1414)
1515
1616func TestTask (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments