|
1 | 1 | module github.com/controlplaneio/netassertv2-l4-client |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.22 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/spf13/cobra v1.6.1 |
| 6 | + github.com/spf13/cobra v1.8.1 |
7 | 7 | github.com/spf13/pflag v1.0.5 |
8 | | - github.com/spf13/viper v1.15.0 |
9 | | - go.uber.org/automaxprocs v1.5.1 |
10 | | - go.uber.org/zap v1.24.0 |
| 8 | + github.com/spf13/viper v1.19.0 |
| 9 | + go.uber.org/automaxprocs v1.5.3 |
| 10 | + go.uber.org/zap v1.27.0 |
11 | 11 | ) |
12 | 12 |
|
13 | 13 | require ( |
14 | | - github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 14 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
15 | 15 | github.com/hashicorp/hcl v1.0.0 // indirect |
16 | 16 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
17 | 17 | github.com/magiconair/properties v1.8.7 // indirect |
18 | 18 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
19 | | - github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
20 | | - github.com/rogpeppe/go-internal v1.8.1 // indirect |
21 | | - github.com/spf13/afero v1.9.3 // indirect |
22 | | - github.com/spf13/cast v1.5.0 // indirect |
23 | | - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
24 | | - github.com/subosito/gotenv v1.4.2 // indirect |
25 | | - go.uber.org/atomic v1.10.0 // indirect |
26 | | - go.uber.org/multierr v1.9.0 // indirect |
27 | | - golang.org/x/sys v0.5.0 // indirect |
28 | | - golang.org/x/text v0.7.0 // indirect |
| 19 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| 20 | + github.com/sagikazarmark/locafero v0.6.0 // indirect |
| 21 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 22 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 23 | + github.com/spf13/afero v1.11.0 // indirect |
| 24 | + github.com/spf13/cast v1.7.0 // indirect |
| 25 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 26 | + go.uber.org/multierr v1.11.0 // indirect |
| 27 | + golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect |
| 28 | + golang.org/x/sys v0.24.0 // indirect |
| 29 | + golang.org/x/text v0.17.0 // indirect |
29 | 30 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
30 | 31 | gopkg.in/ini.v1 v1.67.0 // indirect |
31 | 32 | gopkg.in/yaml.v3 v3.0.1 // indirect |
|
0 commit comments