|
1 | 1 | module github.com/openconfig/ygot
|
2 | 2 |
|
3 |
| -go 1.21 |
| 3 | +go 1.23.4 |
4 | 4 |
|
5 |
| -toolchain go1.22.4 |
| 5 | +toolchain go1.24.0 |
6 | 6 |
|
7 | 7 | require (
|
8 |
| - github.com/derekparker/trie v0.0.0-20221221181808-1424fce0c981 |
| 8 | + github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d |
9 | 9 | github.com/golang/glog v1.2.4
|
10 | 10 | github.com/golang/protobuf v1.5.4
|
11 | 11 | github.com/google/go-cmp v0.6.0
|
12 | 12 | github.com/kr/pretty v0.3.1
|
13 | 13 | github.com/kylelemons/godebug v1.1.0
|
14 |
| - github.com/openconfig/gnmi v0.11.0 |
| 14 | + github.com/openconfig/gnmi v0.13.0 |
15 | 15 | github.com/openconfig/goyang v1.6.0
|
16 | 16 | github.com/openconfig/gribi v1.0.0
|
17 | 17 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
18 |
| - github.com/spf13/cobra v1.8.0 |
| 18 | + github.com/spf13/cobra v1.9.1 |
19 | 19 | github.com/spf13/viper v1.19.0
|
20 |
| - golang.org/x/exp v0.0.0-20230905200255-921286631fa9 |
21 |
| - google.golang.org/grpc v1.65.0 |
22 |
| - google.golang.org/protobuf v1.34.1 |
| 20 | + golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa |
| 21 | + google.golang.org/grpc v1.70.0 |
| 22 | + google.golang.org/protobuf v1.36.5 |
23 | 23 | )
|
24 | 24 |
|
25 | 25 | require (
|
26 |
| - github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 26 | + github.com/fsnotify/fsnotify v1.8.0 // indirect |
27 | 27 | github.com/hashicorp/hcl v1.0.0 // indirect
|
28 | 28 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
29 | 29 | github.com/kr/text v0.2.0 // indirect
|
30 |
| - github.com/magiconair/properties v1.8.7 // indirect |
| 30 | + github.com/magiconair/properties v1.8.9 // indirect |
31 | 31 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
32 |
| - github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
33 |
| - github.com/rogpeppe/go-internal v1.9.0 // indirect |
34 |
| - github.com/sagikazarmark/locafero v0.4.0 // indirect |
| 32 | + github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 33 | + github.com/rogpeppe/go-internal v1.13.1 // indirect |
| 34 | + github.com/sagikazarmark/locafero v0.7.0 // indirect |
35 | 35 | github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
36 | 36 | github.com/sourcegraph/conc v0.3.0 // indirect
|
37 |
| - github.com/spf13/afero v1.11.0 // indirect |
38 |
| - github.com/spf13/cast v1.6.0 // indirect |
39 |
| - github.com/spf13/pflag v1.0.5 // indirect |
| 37 | + github.com/spf13/afero v1.12.0 // indirect |
| 38 | + github.com/spf13/cast v1.7.1 // indirect |
| 39 | + github.com/spf13/pflag v1.0.6 // indirect |
40 | 40 | github.com/subosito/gotenv v1.6.0 // indirect
|
41 |
| - go.uber.org/atomic v1.9.0 // indirect |
42 |
| - go.uber.org/multierr v1.9.0 // indirect |
43 |
| - golang.org/x/net v0.33.0 // indirect |
44 |
| - golang.org/x/sys v0.28.0 // indirect |
45 |
| - golang.org/x/text v0.21.0 // indirect |
46 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect |
| 41 | + go.uber.org/multierr v1.11.0 // indirect |
| 42 | + golang.org/x/net v0.35.0 // indirect |
| 43 | + golang.org/x/sys v0.30.0 // indirect |
| 44 | + golang.org/x/text v0.22.0 // indirect |
| 45 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect |
47 | 46 | gopkg.in/ini.v1 v1.67.0 // indirect
|
48 | 47 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
49 | 48 | )
|
0 commit comments