diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-26 23:26:54 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-26 23:26:54 +0200 |
| commit | 45844ae231b7afe68a1cd5b7c0d09fd77e806d0f (patch) | |
| tree | b99dcff29435f61f51beda725a541d94f5a0e66c /go.mod | |
| parent | da3095bedaa53756ad5c73bebf2c41090c5f72bc (diff) | |
feat: Simple working version (but slow)
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 +) |