|
1 | 1 | module github.com/mdouchement/fichenn |
2 | 2 |
|
3 | | -go 1.23.0 |
4 | | - |
5 | | -toolchain go1.24.0 |
| 3 | +go 1.25.0 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | filippo.io/age v1.2.1 |
9 | 7 | github.com/atotto/clipboard v0.1.4 |
10 | | - github.com/fxamacker/cbor/v2 v2.7.0 |
| 8 | + github.com/fxamacker/cbor/v2 v2.9.0 |
11 | 9 | github.com/gofrs/uuid v4.4.0+incompatible |
12 | 10 | github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 |
13 | | - github.com/klauspost/compress v1.18.0 |
| 11 | + github.com/klauspost/compress v1.18.1 |
14 | 12 | github.com/knadh/koanf v1.5.0 |
15 | | - github.com/mdouchement/logger v0.0.0-20240212102128-d36bb9ae9641 |
| 13 | + github.com/mdouchement/logger v0.0.0-20250429133203-f24114a58f5c |
16 | 14 | github.com/pkg/errors v0.9.1 |
17 | 15 | github.com/rs/cors v1.11.1 |
18 | 16 | github.com/schollz/progressbar/v3 v3.18.0 |
19 | 17 | github.com/sirupsen/logrus v1.9.3 |
20 | | - github.com/spf13/cobra v1.9.1 |
| 18 | + github.com/spf13/cobra v1.10.1 |
21 | 19 | github.com/vugu/vgrouter v0.0.0-20200725205318-eeb478c42e5d |
22 | 20 | github.com/vugu/vjson v0.0.0-20200505061711-f9cbed27d3d9 |
23 | 21 | github.com/vugu/vugu v0.4.0 |
24 | 22 | gopkg.in/yaml.v3 v3.0.1 |
25 | 23 | ) |
26 | 24 |
|
27 | 25 | require ( |
28 | | - github.com/fsnotify/fsnotify v1.8.0 // indirect |
| 26 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
29 | 27 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
30 | 28 | github.com/mattn/go-colorable v0.1.14 // indirect |
31 | 29 | github.com/mattn/go-isatty v0.0.20 // indirect |
32 | | - github.com/mattn/go-runewidth v0.0.16 // indirect |
33 | 30 | github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect |
34 | 31 | github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect |
35 | 32 | github.com/mitchellh/copystructure v1.2.0 // indirect |
36 | 33 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
37 | 34 | github.com/mitchellh/reflectwalk v1.0.2 // indirect |
38 | 35 | github.com/pelletier/go-toml v1.9.5 // indirect |
39 | 36 | github.com/rivo/uniseg v0.4.7 // indirect |
40 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 37 | + github.com/spf13/pflag v1.0.10 // indirect |
41 | 38 | github.com/vugu/xxhash v0.0.0-20191111030615-ed24d0179019 // indirect |
42 | 39 | github.com/x448/float16 v0.8.4 // indirect |
43 | | - golang.org/x/crypto v0.35.0 // indirect |
44 | | - golang.org/x/sys v0.30.0 // indirect |
45 | | - golang.org/x/term v0.29.0 // indirect |
| 40 | + golang.org/x/crypto v0.45.0 // indirect |
| 41 | + golang.org/x/sys v0.38.0 // indirect |
| 42 | + golang.org/x/term v0.37.0 // indirect |
46 | 43 | ) |
0 commit comments