diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-28 17:50:29 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2024-07-28 17:50:29 +0200 |
| commit | 203b9bdf17bd4742b5aab2c35df47b59af0652f1 (patch) | |
| tree | b6bc8ddee21bcaa022ef68b3769f61100117b190 /go.mod | |
| parent | 171366f337c3422331b84b6c7416e1b1d6bd36a0 (diff) | |
test: Add some test to fix behavior
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -3,22 +3,24 @@ module github.com/martinlehoux/biking_home go 1.22 require ( - github.com/go-echarts/go-echarts/v2 v2.4.1 - github.com/martinlehoux/kagamigo v0.4.0 - github.com/olekukonko/tablewriter v0.0.5 + github.com/martinlehoux/kagamigo v0.4.1 + github.com/stretchr/testify v1.8.4 github.com/tkrajina/gpxgo v1.4.0 ) require ( github.com/BurntSushi/toml v1.4.0 // indirect - github.com/a-h/templ v0.2.707 // indirect + github.com/a-h/templ v0.2.747 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect github.com/gofrs/uuid v4.4.0+incompatible // indirect github.com/kataras/i18n v0.0.8 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/kr/text v0.2.0 // indirect - github.com/mattn/go-runewidth v0.0.9 // indirect - golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect - golang.org/x/net v0.26.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect + golang.org/x/net v0.27.0 // indirect golang.org/x/text v0.16.0 // indirect + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |
