|
1 | | -module github.com/TPIsoftwareOSPO/digiRocket |
| 1 | +module github.com/TPIsoftwareOSPO/quickstart |
2 | 2 |
|
3 | | -go 1.24.2 |
| 3 | +go 1.25.2 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/chelnak/ysmrr v0.6.0 |
7 | 7 | github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 |
8 | | - github.com/spf13/cobra v1.9.1 |
9 | | - github.com/spf13/viper v1.20.1 |
| 8 | + github.com/spf13/cobra v1.10.1 |
| 9 | + github.com/spf13/viper v1.21.0 |
10 | 10 | gopkg.in/yaml.v3 v3.0.1 |
11 | 11 | ) |
12 | 12 |
|
13 | 13 | require ( |
14 | 14 | github.com/fatih/color v1.18.0 // indirect |
15 | | - github.com/fsnotify/fsnotify v1.8.0 // indirect |
16 | | - github.com/go-viper/mapstructure/v2 v2.2.1 // indirect |
| 15 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 16 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
17 | 17 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
18 | 18 | github.com/mattn/go-colorable v0.1.14 // indirect |
19 | 19 | github.com/mattn/go-isatty v0.0.20 // indirect |
20 | | - github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
21 | | - github.com/sagikazarmark/locafero v0.7.0 // indirect |
22 | | - github.com/sourcegraph/conc v0.3.0 // indirect |
23 | | - github.com/spf13/afero v1.12.0 // indirect |
24 | | - github.com/spf13/cast v1.7.1 // indirect |
25 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 20 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
| 21 | + github.com/sagikazarmark/locafero v0.11.0 // indirect |
| 22 | + github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect |
| 23 | + github.com/spf13/afero v1.15.0 // indirect |
| 24 | + github.com/spf13/cast v1.10.0 // indirect |
| 25 | + github.com/spf13/pflag v1.0.10 // indirect |
26 | 26 | github.com/subosito/gotenv v1.6.0 // indirect |
27 | | - go.uber.org/atomic v1.9.0 // indirect |
28 | | - go.uber.org/multierr v1.9.0 // indirect |
| 27 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
29 | 28 | golang.org/x/sys v0.29.0 // indirect |
30 | 29 | golang.org/x/term v0.28.0 // indirect |
31 | | - golang.org/x/text v0.21.0 // indirect |
| 30 | + golang.org/x/text v0.28.0 // indirect |
32 | 31 | ) |
0 commit comments