module github.com/martinlehoux/biking_home go 1.21.12 require ( github.com/olekukonko/tablewriter v0.0.5 github.com/tkrajina/gpxgo v1.4.0 ) require ( github.com/mattn/go-runewidth v0.0.9 // indirect golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect golang.org/x/text v0.3.6 // indirect )