|
1 | 1 | module github.com/openconfig/ygot
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.21 |
| 4 | + |
| 5 | +toolchain go1.22.4 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/derekparker/trie v0.0.0-20221221181808-1424fce0c981
|
7 |
| - github.com/golang/glog v1.2.2 |
8 |
| - github.com/golang/protobuf v1.5.3 |
| 9 | + github.com/golang/glog v1.2.1 |
| 10 | + github.com/golang/protobuf v1.5.4 |
9 | 11 | github.com/google/go-cmp v0.6.0
|
10 | 12 | github.com/kr/pretty v0.3.1
|
11 | 13 | github.com/kylelemons/godebug v1.1.0
|
12 |
| - github.com/openconfig/gnmi v0.10.0 |
13 |
| - github.com/openconfig/goyang v1.4.5 |
| 14 | + github.com/openconfig/gnmi v0.11.0 |
| 15 | + github.com/openconfig/goyang v1.6.0 |
14 | 16 | github.com/openconfig/gribi v1.0.0
|
15 |
| - github.com/pmezard/go-difflib v1.0.0 |
| 17 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 |
16 | 18 | github.com/spf13/cobra v1.8.0
|
17 |
| - github.com/spf13/viper v1.15.0 |
18 |
| - golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b |
19 |
| - google.golang.org/grpc v1.58.0-dev |
20 |
| - google.golang.org/protobuf v1.33.0 |
| 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 |
21 | 23 | )
|
22 | 24 |
|
23 | 25 | require (
|
24 |
| - github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 26 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
25 | 27 | github.com/hashicorp/hcl v1.0.0 // indirect
|
26 | 28 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
27 | 29 | github.com/kr/text v0.2.0 // indirect
|
28 | 30 | github.com/magiconair/properties v1.8.7 // indirect
|
29 | 31 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
30 |
| - github.com/pelletier/go-toml/v2 v2.0.8 // indirect |
| 32 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
31 | 33 | github.com/rogpeppe/go-internal v1.9.0 // indirect
|
32 |
| - github.com/spf13/afero v1.9.5 // indirect |
33 |
| - github.com/spf13/cast v1.5.1 // indirect |
34 |
| - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 34 | + github.com/sagikazarmark/locafero v0.4.0 // indirect |
| 35 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 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 |
35 | 39 | github.com/spf13/pflag v1.0.5 // indirect
|
36 |
| - github.com/subosito/gotenv v1.4.2 // indirect |
37 |
| - golang.org/x/net v0.17.0 // indirect |
38 |
| - golang.org/x/sys v0.13.0 // indirect |
39 |
| - golang.org/x/text v0.13.0 // indirect |
40 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect |
| 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.27.0 // indirect |
| 44 | + golang.org/x/sys v0.22.0 // indirect |
| 45 | + golang.org/x/text v0.16.0 // indirect |
| 46 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect |
41 | 47 | gopkg.in/ini.v1 v1.67.0 // indirect
|
42 | 48 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
43 | 49 | )
|
0 commit comments