summaryrefslogtreecommitdiff
path: root/go.mod
blob: d63967b600d3aa44a516c3063ef72d48b1e4fa94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
)