|
1 | 1 | module github.com/ivanilves/travelgrunt
|
2 | 2 |
|
3 |
| -go 1.21 |
| 3 | +go 1.24.2 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/fatih/color v1.17.0 |
7 |
| - github.com/go-git/go-git/v5 v5.9.0 |
| 6 | + github.com/fatih/color v1.18.0 |
| 7 | + github.com/go-git/go-git/v5 v5.16.0 |
8 | 8 | github.com/manifoldco/promptui v0.9.0
|
9 |
| - github.com/stretchr/testify v1.8.4 |
10 |
| - golang.org/x/exp v0.0.0-20230905200255-921286631fa9 |
11 |
| - golang.org/x/term v0.12.0 |
| 9 | + github.com/stretchr/testify v1.10.0 |
| 10 | + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 |
| 11 | + golang.org/x/term v0.31.0 |
12 | 12 | gopkg.in/yaml.v3 v3.0.1
|
13 | 13 | )
|
14 | 14 |
|
15 | 15 | require (
|
16 | 16 | dario.cat/mergo v1.0.0 // indirect
|
17 |
| - github.com/Microsoft/go-winio v0.6.1 // indirect |
18 |
| - github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect |
19 |
| - github.com/acomagu/bufpipe v1.0.4 // indirect |
| 17 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 18 | + github.com/ProtonMail/go-crypto v1.1.6 // indirect |
20 | 19 | github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
21 |
| - github.com/cloudflare/circl v1.3.3 // indirect |
22 |
| - github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
| 20 | + github.com/cloudflare/circl v1.6.1 // indirect |
| 21 | + github.com/cyphar/filepath-securejoin v0.4.1 // indirect |
23 | 22 | github.com/davecgh/go-spew v1.1.1 // indirect
|
24 | 23 | github.com/emirpasic/gods v1.18.1 // indirect
|
25 | 24 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
26 |
| - github.com/go-git/go-billy/v5 v5.5.0 // indirect |
27 |
| - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 25 | + github.com/go-git/go-billy/v5 v5.6.2 // indirect |
| 26 | + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect |
28 | 27 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
29 | 28 | github.com/kevinburke/ssh_config v1.2.0 // indirect
|
30 | 29 | github.com/mattn/go-colorable v0.1.13 // indirect
|
31 | 30 | github.com/mattn/go-isatty v0.0.20 // indirect
|
32 |
| - github.com/pjbgf/sha1cd v0.3.0 // indirect |
| 31 | + github.com/pjbgf/sha1cd v0.3.2 // indirect |
33 | 32 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
34 |
| - github.com/sergi/go-diff v1.1.0 // indirect |
35 |
| - github.com/skeema/knownhosts v1.2.0 // indirect |
| 33 | + github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
| 34 | + github.com/skeema/knownhosts v1.3.1 // indirect |
36 | 35 | github.com/xanzy/ssh-agent v0.3.3 // indirect
|
37 |
| - golang.org/x/crypto v0.13.0 // indirect |
38 |
| - golang.org/x/mod v0.12.0 // indirect |
39 |
| - golang.org/x/net v0.15.0 // indirect |
40 |
| - golang.org/x/sys v0.18.0 // indirect |
41 |
| - golang.org/x/tools v0.13.0 // indirect |
| 36 | + golang.org/x/crypto v0.37.0 // indirect |
| 37 | + golang.org/x/net v0.39.0 // indirect |
| 38 | + golang.org/x/sys v0.32.0 // indirect |
42 | 39 | gopkg.in/warnings.v0 v0.1.2 // indirect
|
43 | 40 | )
|
0 commit comments