|
1 | 1 | module nrversions |
2 | 2 |
|
3 | | -go 1.24 |
| 3 | +go 1.26 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | blitznote.com/src/semver/v3 v3.2.2 |
7 | 7 | github.com/MakeNowJust/heredoc/v2 v2.0.1 |
8 | 8 | github.com/dusted-go/logging v1.3.0 |
9 | | - github.com/go-git/go-git/v5 v5.14.0 |
10 | | - github.com/integrii/flaggy v1.5.2 |
11 | | - github.com/jedib0t/go-pretty/v6 v6.6.7 |
| 9 | + github.com/go-git/go-git/v5 v5.18.0 |
| 10 | + github.com/integrii/flaggy v1.8.0 |
| 11 | + github.com/jedib0t/go-pretty/v6 v6.7.10 |
12 | 12 | github.com/jsumners/go-rfc3339 v1.2.0 |
13 | | - github.com/spf13/afero v1.12.0 |
14 | | - github.com/spf13/cast v1.7.1 |
15 | | - github.com/spf13/pflag v1.0.6 |
16 | | - github.com/stretchr/testify v1.10.0 |
| 13 | + github.com/spf13/afero v1.15.0 |
| 14 | + github.com/spf13/cast v1.10.0 |
| 15 | + github.com/spf13/pflag v1.0.10 |
| 16 | + github.com/stretchr/testify v1.11.1 |
17 | 17 | ) |
18 | 18 |
|
19 | 19 | require ( |
20 | | - dario.cat/mergo v1.0.1 // indirect |
| 20 | + dario.cat/mergo v1.0.2 // indirect |
21 | 21 | github.com/Microsoft/go-winio v0.6.2 // indirect |
22 | | - github.com/ProtonMail/go-crypto v1.1.6 // indirect |
23 | | - github.com/cloudflare/circl v1.6.1 // indirect |
24 | | - github.com/cyphar/filepath-securejoin v0.4.1 // indirect |
25 | | - github.com/davecgh/go-spew v1.1.1 // indirect |
| 22 | + github.com/ProtonMail/go-crypto v1.4.1 // indirect |
| 23 | + github.com/clipperhouse/uax29/v2 v2.7.0 // indirect |
| 24 | + github.com/cloudflare/circl v1.6.3 // indirect |
| 25 | + github.com/cyphar/filepath-securejoin v0.6.1 // indirect |
| 26 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
26 | 27 | github.com/emirpasic/gods v1.18.1 // indirect |
27 | 28 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect |
28 | | - github.com/go-git/go-billy/v5 v5.6.2 // indirect |
| 29 | + github.com/go-git/go-billy/v5 v5.8.0 // indirect |
29 | 30 | github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect |
30 | 31 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
31 | 32 | github.com/jsumners/go-reggie v1.0.0-rc.2 // indirect |
32 | | - github.com/kevinburke/ssh_config v1.2.0 // indirect |
33 | | - github.com/mattn/go-runewidth v0.0.16 // indirect |
34 | | - github.com/pjbgf/sha1cd v0.3.2 // indirect |
35 | | - github.com/pmezard/go-difflib v1.0.0 // indirect |
| 33 | + github.com/kevinburke/ssh_config v1.6.0 // indirect |
| 34 | + github.com/klauspost/cpuid/v2 v2.3.0 // indirect |
| 35 | + github.com/mattn/go-runewidth v0.0.23 // indirect |
| 36 | + github.com/pjbgf/sha1cd v0.5.0 // indirect |
| 37 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
36 | 38 | github.com/rivo/uniseg v0.4.7 // indirect |
37 | | - github.com/samber/mo v1.13.0 // indirect |
38 | | - github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
39 | | - github.com/skeema/knownhosts v1.3.1 // indirect |
| 39 | + github.com/samber/mo v1.16.0 // indirect |
| 40 | + github.com/sergi/go-diff v1.4.0 // indirect |
| 41 | + github.com/skeema/knownhosts v1.3.2 // indirect |
40 | 42 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
41 | | - golang.org/x/crypto v0.36.0 // indirect |
42 | | - golang.org/x/net v0.38.0 // indirect |
43 | | - golang.org/x/sys v0.31.0 // indirect |
44 | | - golang.org/x/text v0.23.0 // indirect |
| 43 | + golang.org/x/crypto v0.50.0 // indirect |
| 44 | + golang.org/x/net v0.53.0 // indirect |
| 45 | + golang.org/x/sys v0.43.0 // indirect |
| 46 | + golang.org/x/text v0.36.0 // indirect |
45 | 47 | gopkg.in/warnings.v0 v0.1.2 // indirect |
46 | 48 | gopkg.in/yaml.v3 v3.0.1 // indirect |
47 | 49 | ) |
0 commit comments