diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,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 +) |